From a5d1cf3ebf5196cc98da64d9982c485e03124d71 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Mon, 20 Nov 2017 17:04:58 -0500 Subject: [PATCH] Will confirm this later --- fight/fight.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fight/fight.py b/fight/fight.py index e571378..9030154 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -937,7 +937,11 @@ class Fight: emoji_id = emoji.id else: emoji_id = emoji.name - + + if emoji_id not in E_REACTS.keys(): # Not sure if this works + await message.remove_reaction(emoji, member) + return + has_reactrestrict, combos = await self.has_reactrestrict_combo(message_id) if not has_reactrestrict: