From 9a6d31f49a947375a1523fd5839a02a3c9e3f0a0 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Wed, 15 Mar 2017 16:57:28 -0400 Subject: [PATCH] Change the uptime in the info command --- 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 6b1f381e..042fa6ef 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[d]h[h]m[m]s[s]')) + 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',