Will confirm this later
This commit is contained in:
parent
bdb677448b
commit
a5d1cf3ebf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user