We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c59923 commit b632ceaCopy full SHA for b632cea
1 file changed
src/europython_discord/registration/cog.py
@@ -189,7 +189,7 @@ async def on_ready(self) -> None:
189
{WELCOME_MESSAGE_TITLE}\n
190
Follow these steps to complete your registration:
191
192
- :one: Click on the green "%s" button below.
+ :one: Click on the green "{REGISTRATION_BUTTON_LABEL}" button below.
193
194
:two: Fill in your Order ID and the name on your ticket. You can find them
195
* Printed on your ticket
@@ -205,7 +205,7 @@ async def on_ready(self) -> None:
205
* By speaking to a volunteer in a yellow t-shirt
206
207
Enjoy our EuroPython 2025 Community Server! :snake::computer::tada:
208
- """ % REGISTRATION_BUTTON_LABEL
+ """
209
)
210
211
channel = discord_get(
0 commit comments