From 061256cf5ac60363f2742a11aa7848f69bde7c59 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Wed, 15 Mar 2017 16:52:41 -0400 Subject: [PATCH] Changes in Info --- commands/botinfo/info.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index e0e0a0f5..6b1f381e 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -43,14 +43,14 @@ class InfoCommand extends commando.Command { config.commandcount, true) .addField('Owner', "dragonfire535#8081", true) - .addField('Uptime', - moment.duration(this.client.uptime).format('d[d]h[h]m[m]s[s]'), true) .addField('Source Code', "[View Here](https://github.com/dragonfire535/xiaobot)", true) .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]')) .addField('Library', - "[discord.js](https://discord.js.org/#/) + [discord.js-commando](https://github.com/Gawdl3y/discord.js-commando)", true) + "[discord.js](https://discord.js.org/#/) + [discord.js-commando](https://github.com/Gawdl3y/discord.js-commando)") .addField('Modules', "[cleverbot-node](https://github.com/fojas/cleverbot-node), [pirate-speak](https://github.com/mikewesthad/pirate-speak), [JIMP](https://github.com/oliver-moran/jimp), [google-translate-api](https://github.com/matheuss/google-translate-api), [urban](https://github.com/mvrilo/urban), [zalgoize](https://github.com/clux/zalgolize), [hepburn](https://github.com/lovell/hepburn), [yahoo-weather](https://github.com/mamal72/node-yahoo-weather), [imdb-api](https://github.com/worr/node-imdb-api), [request-promise](https://github.com/request/request-promise), [mathjs](http://mathjs.org/), [string-to-binary](https://www.npmjs.com/package/string-to-binary), [google](https://github.com/jprichardson/node-google), [roman-numeral-converter-mmxvi](https://github.com/Cein-Markey/roman-numeral-conversion-library), [cowsay](https://github.com/piuccio/cowsay), [moment](http://momentjs.com), [moment-duration-format](https://github.com/jsmreese/moment-duration-format)") .addField('Other Credit',