Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions techsupport_bot/commands/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ async def role_command_base(
"You are not allowed to execute this command"
)
await interaction.response.send_message(embed=embed, ephemeral=True)
return

if len(role_options) == 0:
embed = auxiliary.prepare_deny_embed("No self assignable roles are setup")
Expand Down