diff options
| -rw-r--r-- | bot/seasons/easter/egg_hunt/cog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/egg_hunt/cog.py b/bot/seasons/easter/egg_hunt/cog.py index 9c20ba89..110a39f5 100644 --- a/bot/seasons/easter/egg_hunt/cog.py +++ b/bot/seasons/easter/egg_hunt/cog.py @@ -157,7 +157,7 @@ class EggMessage: if reaction.emoji != self.egg: return False - # Ignore the pushished + # Ignore the punished if MUTED in user.roles: return False |