diff options
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:          """ | 
