From 4ee7f65a043f9ee036b3fc6c2ac377608778d6b3 Mon Sep 17 00:00:00 2001 From: Essem Date: Fri, 6 Aug 2021 15:42:43 -0500 Subject: [PATCH] how do I keep making these mistakes --- commands/general/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/stats.js b/commands/general/stats.js index 9e28c39..874597a 100644 --- a/commands/general/stats.js +++ b/commands/general/stats.js @@ -4,7 +4,7 @@ const Command = require("../../classes/command.js"); class StatsCommand extends Command { async run() { - const uptime = process.uptime(); + const uptime = process.uptime() * 1000; const connUptime = this.client.uptime; const owner = await this.ipc.fetchUser(process.env.OWNER); const stats = await this.ipc.getStats();