Skip to content

Commit

Permalink
Update ExtensionsUi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Dec 8, 2024
1 parent 1b571b1 commit 8d1de3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/manager/ExtensionsUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8d1de3f

Please sign in to comment.