Skip to content

Commit d30f680

Browse files
committed
Update welcome messages from 2024 to 2025
Fix #214
1 parent e2393d3 commit d30f680

File tree

1 file changed

+4
-4
lines changed
  • src/europython_discord/registration

1 file changed

+4
-4
lines changed

src/europython_discord/registration/cog.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
_logger = logging.getLogger(__name__)
1717

1818
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:"
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

0 commit comments

Comments
 (0)