From e1b59759fc9d27d5b111b0589675712a294f13f8 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 8 Feb 2019 18:46:08 +0100 Subject: [PATCH] Added link --- commands/utility/updoot.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/utility/updoot.js b/commands/utility/updoot.js index 35e5f09..08ef8bb 100644 --- a/commands/utility/updoot.js +++ b/commands/utility/updoot.js @@ -19,11 +19,12 @@ class UpdootCommand extends Command { const upDoot = new MessageEmbed() .setColor('#0099ff') .setTitle('Vote for my bot') - .setURL('https://discordbots.org/bot/377563711927484418/vote') .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') .setTimestamp() - .setFooter('Thanks for the updoots', 'https://cdn.discordapp.com/avatars/377563711927484418/1335d202aa466dbeaa4ed2e4b616484a.png?size=2048'); + .setFooter('Thanks for the updoots', this.client.user.avatarURL); message.channel.send({ embed: upDoot }); }