aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/season.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-05-11 21:24:26 -0400
committerGravatar sco1 <[email protected]>2019-05-11 21:24:26 -0400
commitbf1901eba73f7f7d3ea39cf3db6c1ecf5195e321 (patch)
treecfa4d24f05f987da2c8bc72be4addb2ece96c468 /bot/seasons/season.py
parentBump d.py version & relock (diff)
Fix broken help getter patterns
Utilize new ctx.send_help coro Bump d.py minor version & relock
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):