Skip to content

Commit

Permalink
update help since registrations persist across years.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 1, 2024
1 parent 5e16939 commit 91b7d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uqcsbot/advent.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ async def help_command(
case "register":
await interaction.response.send_message(
"""
`/advent register` links an Advent of Code account and a discord user so that you are eligble for prizes. Each Advent of Code account and discord account can only be linked to one other account each year. Note that registrations last for only the current year. If you are having any issues with this, message committee to help.
`/advent register` links an Advent of Code account and a discord user so that you are eligble for prizes. Each Advent of Code account and discord account can only be linked to one other account. Registrations persist across years. If you are having any issues with this, message committee to help.
"""
)
case "register-force":
Expand Down

0 comments on commit 91b7d26

Please sign in to comment.