Skip to content

Commit eb5fb15

Browse files
committed
Improve messages
1 parent bdb5953 commit eb5fb15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/advent_of_code/_cog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,14 @@ async def aoc_leaderboard(self, ctx: commands.Context, *, aoc_name: str | None =
414414
header += (
415415
f"\n:x: Your linked Advent of Code account '{aoc_cache_name}' was not found in the leaderboard."
416416
" Showing top leaderboard only. "
417-
"Wait up to 30 minutes after joining the leaderboard for your stats to appear.\n\n"
417+
"Wait up to 30 minutes after joining the leaderboard (with `/aoc join`) for your stats to appear.\n\n"
418418
)
419419

420420
header += f"Here's our current top {top_count}"
421421

422422
if aoc_name:
423423
header += (
424-
f" (and {f"the requested user ({Emojis.orange_diamond})" if is_explict_name else 'your'}"
424+
f" (and {f"the requested user's ({Emojis.orange_diamond})" if is_explict_name else 'your'}"
425425
f" personal stats compared to the top {top_count})"
426426
)
427427

0 commit comments

Comments
 (0)