Updated top.gg (discordbot.org) link

This commit is contained in:
loicbersier 2020-07-16 09:25:20 +02:00
parent 507ed403e1
commit 687dddd454

View file

@ -20,9 +20,9 @@ class UpdootCommand extends Command {
.setColor(message.member ? message.member.displayHexColor : 'NAVY') .setColor(message.member ? message.member.displayHexColor : 'NAVY')
.setTitle('Vote for my bot') .setTitle('Vote for my bot')
.setAuthor(message.author.username) .setAuthor(message.author.username)
.setDescription('You can vote for my bot if you think the bot is awesome!') .setDescription('You can vote for my bot if you think it is awesome!')
.addField('Discordbot.org', 'https://discordbots.org/bot/377563711927484418/vote') .addField('top.gg (Previously Discordbot.org)', 'https://top.gg/bot/377563711927484418/vote')
.addField('Discordbotlist.com', 'https://discordbotlist.com/bots/377563711927484418/upvote') .addField('Discordbotlist.com', 'https://discordbotlist.com/bots/haha-yes/upvote')
.setTimestamp() .setTimestamp()
.setFooter('Thanks for the updoots', this.client.user.avatarURL); .setFooter('Thanks for the updoots', this.client.user.avatarURL);