aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/season.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-05-12 10:34:50 +0200
committerGravatar GitHub <[email protected]>2019-05-12 10:34:50 +0200
commitbc844d0196f08ec414e76a5010047989fe2a7c33 (patch)
tree9975341954b1963a5c72037281cea93566421c93 /bot/seasons/season.py
parentHanukkah embed (#164) (diff)
parentRevert 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/season.py')
-rw-r--r--bot/seasons/season.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py
index 6d992276..6d99b77f 100644
--- a/bot/seasons/season.py
+++ b/bot/seasons/season.py
@@ -442,7 +442,7 @@ class SeasonManager(commands.Cog):
async def refresh(self, ctx):
"""Refreshes certain seasonal elements without reloading seasons."""
if not ctx.invoked_subcommand:
- await ctx.invoke(bot.get_command("help"), "refresh")
+ await ctx.send_help(ctx.command)
@refresh.command(name="avatar")
async def refresh_avatar(self, ctx):