Remove top.gg, add bots.gg

This commit is contained in:
Dragon Fire
2021-03-21 20:38:59 -04:00
parent 99864b1bcd
commit 3e8de6fefd
4 changed files with 24 additions and 2 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ module.exports = class InfoCommand extends Command {
.addField(' Home Server',
this.client.options.invite ? embedURL('Invite', this.client.options.invite) : 'None', true)
.addField(' Invite', embedURL('Add Me', invite), true)
.addField(' Top.gg', embedURL('Vote!', `https://top.gg/bot/${this.client.user.id}`), true)
.addField(' Bot List',
embedURL('discord.bots.gg', `https://discord.bots.gg/bots/${this.client.user.id}`), true)
.addField(' Memory Usage', `${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true)
.addField(' Uptime', moment.duration(this.client.uptime).format('d:hh:mm:ss'), true)
.addField(' Version', `v${version}`, true)