Will confirm this later
This commit is contained in:
parent
bdb677448b
commit
a5d1cf3ebf
@ -938,6 +938,10 @@ class Fight:
|
|||||||
else:
|
else:
|
||||||
emoji_id = emoji.name
|
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)
|
has_reactrestrict, combos = await self.has_reactrestrict_combo(message_id)
|
||||||
|
|
||||||
if not has_reactrestrict:
|
if not has_reactrestrict:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user