File tree 1 file changed +4
-4
lines changed
src/europython_discord/registration
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
_logger = logging .getLogger (__name__ )
17
17
18
18
REGISTRATION_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:"
20
20
21
21
22
- class RegistrationForm (discord .ui .Modal , title = "EuroPython 2024 Registration" ):
22
+ class RegistrationForm (discord .ui .Modal , title = "EuroPython 2025 Registration" ):
23
23
def __init__ (
24
24
self ,
25
25
config : RegistrationConfig ,
@@ -194,7 +194,7 @@ async def on_ready(self) -> None:
194
194
:two: Fill in your Order ID and the name on your ticket. You can find them
195
195
* Printed on your ticket
196
196
* 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
198
198
199
199
:three: Click "Submit".
200
200
@@ -204,7 +204,7 @@ async def on_ready(self) -> None:
204
204
* In the { reg_help_channel .mention } channel
205
205
* By speaking to a volunteer in a yellow t-shirt
206
206
207
- Enjoy our EuroPython 2024 Community Server! :snake::computer::tada:
207
+ Enjoy our EuroPython 2025 Community Server! :snake::computer::tada:
208
208
""" % REGISTRATION_BUTTON_LABEL
209
209
)
210
210
You can’t perform that action at this time.
0 commit comments