aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar vivax3794 <[email protected]>2019-10-12 05:10:26 +0200
committerGravatar vivax3794 <[email protected]>2019-10-12 05:10:26 +0200
commit3c41e5b5dc84a1ab78863afbf751b70c2f83ccfc (patch)
tree344746635d27c4f95ec7494c4f261cc0479bd810 /bot/seasons/christmas/adventofcode.py
parentFixed forgetting to divide by 100. (diff)
parentMerge branch 'master' into hacktober-issue-finder (diff)
Merge remote-tracking branch 'origin/hacktober-issue-finder' into hacktober-issue-finder
Diffstat (limited to '')
-rw-r--r--bot/seasons/christmas/adventofcode.py2
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)