From 267e4e200e2388a8a3ac38f8abf447384d52d48f Mon Sep 17 00:00:00 2001 From: Carol Knieriem Date: Thu, 19 Dec 2019 14:45:09 -0500 Subject: [PATCH] making things look a tad nicer --- commands/Utility/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Utility/stats.js b/commands/Utility/stats.js index f723cb6..0df43dd 100644 --- a/commands/Utility/stats.js +++ b/commands/Utility/stats.js @@ -2,7 +2,7 @@ const { version } = require("discord.js"); const moment = require("moment"); require("moment-duration-format"); -exports.run = (client, message, args, level) => { // eslint-disable-line no-unused-vars +exports.run = (client, message, args, level) => { const duration = moment.duration(client.uptime).format(" D [days], H [hrs], m [mins], s [secs]"); message.channel.send(`= STATISTICS = • Mem Usage :: ${(process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2)} MB