From 8d1de3f74fdee4c487a6acec95434ceca448e872 Mon Sep 17 00:00:00 2001 From: GitGinocchio Date: Sun, 8 Dec 2024 23:37:49 +0100 Subject: [PATCH] Update ExtensionsUi.py --- src/commands/manager/ExtensionsUi.py | 1 - 1 file changed, 1 deletion(-) 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):