From 00af207de3087a41270f216ad86e06ba7dbf9d42 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 31 Mar 2020 16:18:59 +0200 Subject: Refactor: capitalize Month enum members Co-authored-by: MarkKoz --- bot/exts/christmas/adventofcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/christmas/adventofcode.py') diff --git a/bot/exts/christmas/adventofcode.py b/bot/exts/christmas/adventofcode.py index 8f7aa13b..cc3923c8 100644 --- a/bot/exts/christmas/adventofcode.py +++ b/bot/exts/christmas/adventofcode.py @@ -153,7 +153,7 @@ class AdventOfCode(commands.Cog): status_coro = countdown_status(self.bot) self.status_task = self.bot.loop.create_task(status_coro) - @in_month(Month.december) + @in_month(Month.DECEMBER) @commands.group(name="adventofcode", aliases=("aoc",)) @override_in_channel(AOC_WHITELIST) async def adventofcode_group(self, ctx: commands.Context) -> None: -- cgit v1.2.3