Fix Info Bug

This commit is contained in:
dragonfire535
2017-03-15 16:59:25 -04:00
parent 9a6d31f49a
commit 1871101840
+1 -1
View File
@@ -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',