From 91b7d261336db808171227bfc7a86f297191ea41 Mon Sep 17 00:00:00 2001 From: rina Date: Sun, 1 Dec 2024 14:56:21 +1000 Subject: [PATCH] update help since registrations persist across years. --- uqcsbot/advent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uqcsbot/advent.py b/uqcsbot/advent.py index 5efa603..a711934 100644 --- a/uqcsbot/advent.py +++ b/uqcsbot/advent.py @@ -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":