diff options
| author | 2019-05-13 12:17:29 +0100 | |
|---|---|---|
| committer | 2019-05-13 12:17:29 +0100 | |
| commit | 6601f367593d2654f48cc12a5fd8c337a487d877 (patch) | |
| tree | 4ec2cf46f9674c231264fd462057cce45035bca9 /bot/seasons/season.py | |
| parent | Removed unused import. (diff) | |
| parent | Spooky 8 Ball (#189) (diff) | |
Merge pull request #2 from python-discord/master
Get up to date.
Diffstat (limited to 'bot/seasons/season.py')
| -rw-r--r-- | bot/seasons/season.py | 2 |
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): |