how do I keep making these mistakes
This commit is contained in:
parent
f2ace6ee52
commit
4ee7f65a04
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue