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 e3d1d9c commit 7e81098Copy full SHA for 7e81098
src/europython_discord/registration/cog.py
@@ -60,7 +60,10 @@ async def on_submit(self, interaction: discord.Interaction) -> None:
60
if not tickets:
61
await self.log_error_to_user(
62
interaction,
63
- "We cannot find your ticket. Please double check your input and try again.",
+ (
64
+ "We cannot find your ticket. Please double check your input and try again.\n\n"
65
+ "If you just bought your ticket, please try again in a few minutes."
66
+ ),
67
)
68
await self.log_error_to_channel(interaction, f"No ticket found: {order=}, {name=}")
69
_logger.info(f"No ticket found: {order=}, {name=}")
0 commit comments