diff options
author | 2019-10-12 10:36:46 +0800 | |
---|---|---|
committer | 2019-10-12 10:36:46 +0800 | |
commit | 4bc379383fdf4c4b8436000154f7b9441956f7c7 (patch) | |
tree | fdb47ed534a476107f10016837aecf4d58da5d30 /bot/seasons/christmas/adventofcode.py | |
parent | had the wrong prefix in docstring xD (diff) | |
parent | Merge pull request #287 from WillDaSilva/drag_names (diff) |
Merge branch 'master' into hacktober-issue-finder
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) |