From bf92129e72f249e8efa6356ec3195b6e165bb967 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 14 May 2021 10:03:01 -0500 Subject: [PATCH] Use emoji instead of name for react --- bot/awesomescibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 18c8b88..fef4f74 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -184,7 +184,7 @@ async function otherCommands(message) { answerMsg.reply(msgToReply) ); } else { - answerMsg.react("override"); + answerMsg.react("<:override:842778128966615060>"); answerMsg.channel.send( `It seems your answer was incorrect. The correct answer was **\`${data.tossup_answer}\`**. Please react with "<:override:842778128966615060>" to override your answer if you think you got it right.` );