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