aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar decorator-factory <[email protected]>2019-12-01 16:22:57 +0300
committerGravatar GitHub <[email protected]>2019-12-01 16:22:57 +0300
commit7dfcfa082a8af1f3ad9723cc28c6b655efd5a4f4 (patch)
tree43cf8f8607e884e4e2f7e770b684ffea23bb3f65 /bot/seasons/christmas/adventofcode.py
parentUpdate icon path for 2019 festive season (#316) (diff)
Fix cmd annotation
Fix the `brief` argument for `.aoc join` to make its behaviour more obvious.
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-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 007e4783..8898c1eb 100644
--- a/bot/seasons/christmas/adventofcode.py
+++ b/bot/seasons/christmas/adventofcode.py
@@ -188,7 +188,7 @@ class AdventOfCode(commands.Cog):
"""Respond with an explanation of all things Advent of Code."""
await ctx.send("", embed=self.cached_about_aoc)
- @adventofcode_group.command(name="join", aliases=("j",), brief="Learn how to join PyDis' private AoC leaderboard")
+ @adventofcode_group.command(name="join", aliases=("j",), brief="Send a DM with information on how to join the leaderboard")
@override_in_channel(AOC_WHITELIST)
async def join_leaderboard(self, ctx: commands.Context) -> None:
"""DM the user the information for joining the PyDis AoC private leaderboard."""