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: