aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/season.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-05-28 17:09:06 -0400
committerGravatar sco1 <[email protected]>2019-05-28 17:09:06 -0400
commit5a94891a198a50308637822eaaeca4e61469609f (patch)
treee1b9e93bd722eeb1b889566ae549bc5d22d22c41 /bot/seasons/season.py
parentRelint Seasonalbot with new linting rules (diff)
parentMerge pull request #211 from RohanRadia/master (diff)
Merge branch 'master' into docstring-lint-change
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 4809c2e8..e6a262c8 100644
--- a/bot/seasons/season.py
+++ b/bot/seasons/season.py
@@ -424,7 +424,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):