File tree Expand file tree Collapse file tree
src/europython_discord/registration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616_logger = logging .getLogger (__name__ )
1717
1818REGISTRATION_BUTTON_LABEL = "Register here :point-left:"
19- WELCOME_MESSAGE_TITLE = "## Welcome to EuroPython 2024 on Discord! :tada::snake:"
19+ WELCOME_MESSAGE_TITLE = "## Welcome to EuroPython 2025 on Discord! :tada::snake:"
2020
2121
22- class RegistrationForm (discord .ui .Modal , title = "EuroPython 2024 Registration" ):
22+ class RegistrationForm (discord .ui .Modal , title = "EuroPython 2025 Registration" ):
2323 def __init__ (
2424 self ,
2525 config : RegistrationConfig ,
@@ -194,7 +194,7 @@ async def on_ready(self) -> None:
194194 :two: Fill in your Order ID and the name on your ticket. You can find them
195195 * Printed on your ticket
196196 * Printed on your badge
197- * In the email "[EuroPython 2024 ] Your order: XXXXX" from support@pretix.eu
197+ * In the email "[EuroPython 2025 ] Your order: XXXXX" from support@pretix.eu
198198
199199 :three: Click "Submit".
200200
@@ -204,7 +204,7 @@ async def on_ready(self) -> None:
204204 * In the { reg_help_channel .mention } channel
205205 * By speaking to a volunteer in a yellow t-shirt
206206
207- Enjoy our EuroPython 2024 Community Server! :snake::computer::tada:
207+ Enjoy our EuroPython 2025 Community Server! :snake::computer::tada:
208208 """ % REGISTRATION_BUTTON_LABEL
209209 )
210210
You can’t perform that action at this time.
0 commit comments