diff --git a/main.py b/main.py index dcd903b..702529a 100755 --- a/main.py +++ b/main.py @@ -30,6 +30,7 @@ roles = app_commands.Group(name="roles", description="Manage role dialogues") # Commands ## Group: roles @commands.guild_only() +@commands.has_permissions(administrator=True) @roles.command(name="create") async def roles_create_button(interaction: discord.Interaction): await interaction.response.send_message(view=RoleSelectView())