diff options
-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 5ab364c5..591bbc2d 100644 --- a/bot/seasons/season.py +++ b/bot/seasons/season.py @@ -166,7 +166,7 @@ class SeasonManager: await self.season.load() @with_role(Roles.moderator, Roles.admin, Roles.owner) - @commands.command('season') + @commands.command(name='season') async def change_season(self, ctx, new_season: str): """ Changes the currently active season on the bot. |