diff options
| author | 2019-05-29 17:30:21 -0400 | |
|---|---|---|
| committer | 2019-05-29 17:30:21 -0400 | |
| commit | 14433fb46c425549f9ad568c6d2eabd55cdde1e6 (patch) | |
| tree | c1778a9299b1401c954866e9da1aa8704b82d4f0 | |
| parent | Update d.py documentation link (diff) | |
Pushish the punished typo
| -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 |