From 87c531d6b065d53464ca507911a86a1d68b5e7bd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 19 Sep 2017 20:21:31 +0000 Subject: [PATCH] Beep --- commands/games/akinator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games/akinator.js b/commands/games/akinator.js index 156c4098..af653f21 100644 --- a/commands/games/akinator.js +++ b/commands/games/akinator.js @@ -40,6 +40,7 @@ module.exports = class AkinatorCommand extends Command { } const guess = await this.finish(msg.channel); const embed = new MessageEmbed() + .setColor(0xF78B26) .setTitle(`I'm ${Math.round(guess.proba * 100)}% sure it's...`) .setDescription(guess.name) .setThumbnail(guess.absolute_picture_path);