Put Patreon in info command

This commit is contained in:
Dragon Fire
2021-03-21 21:05:27 -04:00
parent 1a0764a322
commit 7995389011
+1 -2
View File
@@ -33,8 +33,7 @@ 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(' Bot List',
embedURL('discord.bots.gg', `https://discord.bots.gg/bots/${this.client.user.id}`), true)
.addField(' Donate', embedURL('Patreon', 'https://www.patreon.com/xiaodiscord'), 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)