diff options
| author | 2020-03-31 16:18:59 +0200 | |
|---|---|---|
| committer | 2020-03-31 16:18:59 +0200 | |
| commit | 00af207de3087a41270f216ad86e06ba7dbf9d42 (patch) | |
| tree | d317e2c66a658e2311350a592803eb88f7112312 /bot/exts/halloween/spookyreact.py | |
| parent | Deseasonify: resolve current season w.r.t. month override (diff) | |
Refactor: capitalize Month enum members
Co-authored-by: MarkKoz <[email protected]>
Diffstat (limited to 'bot/exts/halloween/spookyreact.py')
| -rw-r--r-- | bot/exts/halloween/spookyreact.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/spookyreact.py b/bot/exts/halloween/spookyreact.py index a3896cfb..e5945aea 100644 --- a/bot/exts/halloween/spookyreact.py +++ b/bot/exts/halloween/spookyreact.py @@ -26,7 +26,7 @@ class SpookyReact(Cog):      def __init__(self, bot: Bot):          self.bot = bot -    @in_month(Month.october) +    @in_month(Month.OCTOBER)      @Cog.listener()      async def on_message(self, ctx: discord.Message) -> None:          """  |