diff --git a/hunting/hunting.py b/hunting/hunting.py index 68b841e..6ac28eb 100644 --- a/hunting/hunting.py +++ b/hunting/hunting.py @@ -330,6 +330,10 @@ class Hunting(commands.Cog): def check(reaction, user): if user.bot: return False + if guild != reaction.message.guild: + return False + if channel != reaction.message.channel: + return False return user and str(reaction.emoji) == "💥" try: