diff options
author | 2019-05-12 10:34:50 +0200 | |
---|---|---|
committer | 2019-05-12 10:34:50 +0200 | |
commit | bc844d0196f08ec414e76a5010047989fe2a7c33 (patch) | |
tree | 9975341954b1963a5c72037281cea93566421c93 /bot/seasons/christmas/adventofcode.py | |
parent | Hanukkah embed (#164) (diff) | |
parent | Revert cat-induced programming trauma (diff) |
Merge pull request #201 from python-discord/pypi-dpy
Change d.py Dependency from GH to PyPI
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 32858673..440484b4 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -132,7 +132,7 @@ class AdventOfCode(commands.Cog): async def adventofcode_group(self, ctx: commands.Context): """All of the Advent of Code commands.""" - await ctx.invoke(self.bot.get_command("help"), "adventofcode") + await ctx.send_help(ctx.command) @adventofcode_group.command( name="subscribe", |