From 687dddd454b2860c17555ffdb9515bf3f6bf8a8e Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 16 Jul 2020 09:25:20 +0200 Subject: [PATCH] Updated top.gg (discordbot.org) link --- commands/utility/updoot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/utility/updoot.js b/commands/utility/updoot.js index 2545f781..2d7f4304 100644 --- a/commands/utility/updoot.js +++ b/commands/utility/updoot.js @@ -20,9 +20,9 @@ class UpdootCommand extends Command { .setColor(message.member ? message.member.displayHexColor : 'NAVY') .setTitle('Vote for my bot') .setAuthor(message.author.username) - .setDescription('You can vote for my bot if you think the bot is awesome!') - .addField('Discordbot.org', 'https://discordbots.org/bot/377563711927484418/vote') - .addField('Discordbotlist.com', 'https://discordbotlist.com/bots/377563711927484418/upvote') + .setDescription('You can vote for my bot if you think it is awesome!') + .addField('top.gg (Previously Discordbot.org)', 'https://top.gg/bot/377563711927484418/vote') + .addField('Discordbotlist.com', 'https://discordbotlist.com/bots/haha-yes/upvote') .setTimestamp() .setFooter('Thanks for the updoots', this.client.user.avatarURL);