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 e5de246 commit e614461Copy full SHA for e614461
1 file changed
src/europython_discord/registration/cog.py
@@ -57,7 +57,7 @@ async def on_submit(self, interaction: discord.Interaction) -> None:
57
_logger.info(f"Registration attempt: {order=}, {name=}")
58
59
# send initial reaction so Discord doesn't drop the interaction after 3 seconds
60
- interaction.response.defer(ephemeral=True, thinking=True)
+ await interaction.response.defer(ephemeral=True, thinking=True)
61
tickets = self.pretix_connector.get_tickets(order=order, name=name)
62
63
if not tickets:
0 commit comments