fix(pterodactyl): restrict [p]pterodactyl config
to bot owners
This commit is contained in:
parent
bd7aa54efe
commit
f2c56e0382
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ class Pterodactyl(commands.Cog):
|
|||
"""Pterodactyl allows you to manage your Pterodactyl Panel from Discord."""
|
||||
|
||||
@pterodactyl.group(autohelp = True, name = "config", aliases = ["settings", "set"])
|
||||
@commands.is_owner()
|
||||
async def pterodactyl_config(self, ctx: commands.Context) -> None:
|
||||
"""Configure Pterodactyl settings."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue