fix(pterodactyl): whoops!
This commit is contained in:
parent
bbb54f0f55
commit
dd62b7d7ce
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ class Pterodactyl(commands.Cog):
|
||||||
Choice(name="Restart", value="restart"),
|
Choice(name="Restart", value="restart"),
|
||||||
Choice(name="⚠️ Kill ⚠️", value="kill")
|
Choice(name="⚠️ Kill ⚠️", value="kill")
|
||||||
])
|
])
|
||||||
@app_commands.describe("action", "The action to perform on the server.")
|
|
||||||
async def slash_pterodactyl_power(self, interaction: discord.Interaction, action: app_commands.Choice[str]) -> None:
|
async def slash_pterodactyl_power(self, interaction: discord.Interaction, action: app_commands.Choice[str]) -> None:
|
||||||
"""Send power actions to the server.
|
"""Send power actions to the server.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue