diff options
| author | 2019-10-12 00:15:34 +0200 | |
|---|---|---|
| committer | 2019-10-12 00:15:34 +0200 | |
| commit | ff018e28318508116c096dee3f31fac14d81b9ef (patch) | |
| tree | 5cd0a3b9fd7838e375d1a29b685c3814bfc8d20b /bot/seasons/christmas/adventofcode.py | |
| parent | Change drag queen name list to JSON (diff) | |
| parent | Merge pull request #292 from WillDaSilva/pride_facts (diff) | |
Merge branch 'master' into drag_names
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) | 
