diff --git a/src/commands/manager/ExtensionsUi.py b/src/commands/manager/ExtensionsUi.py index 9cf6823..2474b46 100644 --- a/src/commands/manager/ExtensionsUi.py +++ b/src/commands/manager/ExtensionsUi.py @@ -243,7 +243,6 @@ async def on_submit(self, interaction : Interaction): print(e) else: self.stop() - await interaction.response.send_message(f"Verification channel {verify_channel.jump_url} and the role {verified_role.mention} created successfully!", ephemeral=True) class StaffUi(ExtensionUi): def __init__(self, bot : commands.Bot, guild : Guild, extension : str):