From 18711018408f5ae424b92e36a7919eb805f71789 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Wed, 15 Mar 2017 16:59:25 -0400 Subject: [PATCH] Fix Info Bug --- commands/botinfo/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index 042fa6ef..8a0234a9 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -48,7 +48,7 @@ class InfoCommand extends commando.Command { .addField('Memory Usage', `${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true) .addField('Uptime', - moment.duration(this.client.uptime).format('d[ days], h[ hours], m[ minutes, and ]s[ seconds]')); + moment.duration(this.client.uptime).format('d[ days], h[ hours], m[ minutes, and ]s[ seconds]')) .addField('Library', "[discord.js](https://discord.js.org/#/) + [discord.js-commando](https://github.com/Gawdl3y/discord.js-commando)") .addField('Modules',