This commit is contained in:
Daniel Odendahl Jr
2017-05-16 11:26:52 +00:00
parent f9ac90ad15
commit 2a2ed0c67f
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = class BotSearchCommand extends Command {
try {
const { body } = await snekfetch
.get(`https://bots.discord.pw/api/bots/${bot.id}`)
.set({ 'Authorization': DISCORD_BOTS_KEY });
.set('Authorization', DISCORD_BOTS_KEY);
const embed = new RichEmbed()
.setColor(0x9797FF)
.setAuthor('Discord Bots', 'https://i.imgur.com/lrKYBQi.jpg')