We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b632cea commit 3ca3b3eCopy full SHA for 3ca3b3e
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 Python's syntax
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