Update info

This commit is contained in:
Daniel Odendahl Jr
2017-12-05 21:30:56 +00:00
parent c07b7e867b
commit f6ee5f7803
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class InfoCommand extends Command {
.addField(' Commands', .addField(' Commands',
this.client.registry.commands.size, true) this.client.registry.commands.size, true)
.addField(' Home Server', .addField(' Home Server',
`[Here](https://${this.client.options.invite})`, true) `[Here](${this.client.options.invite})`, true)
.addField(' Memory Usage', .addField(' Memory Usage',
`${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true) `${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true)
.addField(' Uptime', .addField(' Uptime',