From e0594c874905adbc4317ba414f0e4d2a750c97f1 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 23 Oct 2017 22:04:11 +0000 Subject: [PATCH] Re-order info --- commands/util/info.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/util/info.js b/commands/util/info.js index 84803b57..aeebc96f 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -22,14 +22,14 @@ module.exports = class InfoCommand extends Command { .setFooter('©2017 dragonfire535#8081') .addField('❯ Servers', this.client.guilds.size, true) - .addField('❯ Home Server', - `[Here](https://${this.client.options.invite})`, true) - .addField('❯ Invite', - 'N/A', true) .addField('❯ Shards', this.client.options.shardCount, true) .addField('❯ Commands', this.client.registry.commands.size, true) + .addField('❯ Home Server', + `[Here](https://${this.client.options.invite})`, true) + .addField('❯ Memory Usage', + `${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true) .addField('❯ Uptime', duration(this.client.uptime).format(), true) .addField('❯ Version',