diff options
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index f840a449..458eb19f 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -250,7 +250,7 @@ class AdventOfCode: @adventofcode_group.command( name="stats", aliases=("dailystats", "ds"), - brief=("Get daily statistics for the PyDis private leaderboard") + brief="Get daily statistics for the PyDis private leaderboard" ) async def private_leaderboard_daily_stats(self, ctx: commands.Context): """ |