aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2018-12-05 15:34:50 -0500
committerGravatar sco1 <[email protected]>2018-12-05 15:34:50 -0500
commitd7bf5323093f23331a920d6a36934939666dee67 (patch)
treeb7865e0fb5ac64df3ac04b864f0278d7df04f6ef
parentFix leaderboard parsing regex to support twitter handles (diff)
Delete parentheses
-rw-r--r--bot/seasons/christmas/adventofcode.py2
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):
"""