diff options
author | 2018-12-05 15:34:50 -0500 | |
---|---|---|
committer | 2018-12-05 15:34:50 -0500 | |
commit | d7bf5323093f23331a920d6a36934939666dee67 (patch) | |
tree | b7865e0fb5ac64df3ac04b864f0278d7df04f6ef /bot/seasons/christmas/adventofcode.py | |
parent | Fix leaderboard parsing regex to support twitter handles (diff) |
Delete parentheses
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-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): """ |