Browse Source

Use emoji instead of name for react

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
bf92129e72
  1. 2
      bot/awesomescibo.js

2
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.`
);

Loading…
Cancel
Save