From 2a2ed0c67f41d40b0920651bd3ddf553ce9fa77d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 16 May 2017 11:26:52 +0000 Subject: [PATCH] CAts --- commands/search/botinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index b5f2fa58..103d26eb 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -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')