diff --git a/src/sr/discord_bot/commands/join.py b/src/sr/discord_bot/commands/join.py index a0ab3cf..7a8aa8a 100644 --- a/src/sr/discord_bot/commands/join.py +++ b/src/sr/discord_bot/commands/join.py @@ -75,7 +75,6 @@ async def join(interaction: discord.Interaction["BotClient"], password: str) -> ) interaction.client.logger.info(f"Sent welcome announcement for '{member.name}'") - await interaction.response.defer() await channel.delete() interaction.client.logger.info( f"deleted channel '{channel.name}' because verification has completed.",