8000 fix formatting · EuroPython/discord@b632cea · GitHub
[go: up one dir, main page]

Skip to content

Commit b632cea

Browse files
committed
fix formatting
1 parent 4c59923 commit b632cea

File tree

1 file changed

8000 +2
-2
lines changed
  • src/europython_discord/registration

1 file changed

+2
-2
lines changed

src/europython_discord/registration/cog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def on_ready(self) -> None:
189189
{WELCOME_MESSAGE_TITLE}\n
190190
Follow these steps to complete your registration:
191191
192-
:one: Click on the green "%s" button below.
192+
:one: Click on the green "{REGISTRATION_BUTTON_LABEL}" button below.
193193
194194
:two: Fill in your Order ID and the name on your ticket. You can find them
195195
* Printed on your ticket
@@ -205,7 +205,7 @@ async def on_ready(self) -> None:
205205
* By speaking to a volunteer in a yellow t-shirt
206206
207207
Enjoy our EuroPython 2025 Community Server! :snake::computer::tada:
208-
""" % REGISTRATION_BUTTON_LABEL
208+
"""
209209
)
210210

211211
channel = discord_get(

0 commit comments

Comments
 (0)
0