diff options
author | 2019-12-01 11:32:31 -0500 | |
---|---|---|
committer | 2019-12-01 11:32:31 -0500 | |
commit | ecfeeecb71fd41718fefab4514ff256d15cc7021 (patch) | |
tree | 6da3af74beff9c0e90152da4d0268a17b80f03a3 /bot | |
parent | Update icon path for 2019 festive season (#316) (diff) | |
parent | fix line length in command `.aoc join` (diff) |
Reword the aoc join command brief description to make behaviour… (#319)
Reword the aoc join command brief description to make behaviour more obvious.
Diffstat (limited to 'bot')
-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 007e4783..3750964a 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="Learn how to join the leaderboard (via DM)") @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.""" |