diff options
author | 2019-10-02 17:16:44 +0200 | |
---|---|---|
committer | 2019-10-02 17:16:44 +0200 | |
commit | 1974164355a0dabc884b67a93e3bf12e0ed76b11 (patch) | |
tree | deaed1b2caf7f650f05e12613cdff5b8a12629c9 /bot/seasons/christmas/adventofcode.py | |
parent | Point setup guide to site wiki (diff) | |
parent | Merge branch 'master' into hacktober-date-channel-fixes (diff) |
Merge pull request #285 from Numerlor/hacktober-date-channel-fixes
Hacktober date range and channel whitelist fixes
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index 6609387e..513c1020 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -126,7 +126,7 @@ class AdventOfCode(commands.Cog): self.status_task = asyncio.ensure_future(self.bot.loop.create_task(status_coro)) @commands.group(name="adventofcode", aliases=("aoc",), invoke_without_command=True) - @override_in_channel + @override_in_channel() async def adventofcode_group(self, ctx: commands.Context) -> None: """All of the Advent of Code commands.""" await ctx.send_help(ctx.command) |