Skip to content

Commit 7988ead

Browse files
&aoc join -> /aoc join in the error message
The join command is actually a slash command, but the bot tells people to do `&aoc join`, and it ends up just not working.
1 parent b31ab5c commit 7988ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/advent_of_code/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _format_leaderboard(leaderboard: dict[str, dict], self_placement_name: str |
188188
raise commands.BadArgument(
189189
"Sorry, your profile does not exist in this leaderboard."
190190
"\n\n"
191-
f"To join our leaderboard, run the command `{Bot.prefix}aoc join`."
191+
f"To join our leaderboard, run the command `/aoc join`."
192192
" If you've joined recently, please wait up to 30 minutes for our leaderboard to refresh."
193193
)
194194
return "\n".join(leaderboard_lines)

0 commit comments

Comments
 (0)