We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b632cea commit df49599Copy full SHA for df49599
1 file changed
src/europython_discord/registration/cog.py
@@ -15,7 +15,8 @@
15
16
_logger = logging.getLogger(__name__)
17
18
-REGISTRATION_BUTTON_LABEL = "Register here :point_left:"
+# Discord's colon-syntax `:point_left:` does not work in button labels, so we use `\N{...}` here
19
+REGISTRATION_BUTTON_LABEL = "Register here \N{WHITE LEFT POINTING BACKHAND INDEX}"
20
WELCOME_MESSAGE_TITLE = "## Welcome to EuroPython 2025 on Discord! :tada::snake:"
21
22
0 commit comments