We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa793a commit 77de9e7Copy full SHA for 77de9e7
techsupport_bot/commands/extension.py
@@ -74,6 +74,7 @@ async def list_disabled(self: Self, interaction: discord.Interaction) -> None:
74
)
75
await interaction.response.send_message(embed=embed)
76
77
+ @app_commands.checks.has_permissions(administrator=True)
78
@extension_app_command_group.command(
79
name="enable_all",
80
description="Enables all loaded but disabled extensions in the guild",
0 commit comments