Skip to content

Commit 8d1de3f

Browse files
committed
Update ExtensionsUi.py
1 parent 1b571b1 commit 8d1de3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/manager/ExtensionsUi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ async def on_submit(self, interaction : Interaction):
243243
print(e)
244244
else:
245245
self.stop()
246-
await interaction.response.send_message(f"Verification channel {verify_channel.jump_url} and the role {verified_role.mention} created successfully!", ephemeral=True)
247246

248247
class StaffUi(ExtensionUi):
249248
def __init__(self, bot : commands.Bot, guild : Guild, extension : str):

0 commit comments

Comments
 (0)