fix: same thing as last commit, just with get_url

This commit is contained in:
Seaswimmer 2023-07-23 12:50:44 -04:00
parent fed6790122
commit 45b6c94f06
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -294,7 +294,7 @@ class Pterodactyl(commands.Cog):
get_group = app_commands.Group(name='get', description="Retrieves information from the Pterodactyl API.")
@get_group.command(name='url', description="Retrieves the URL for the specified endpoint.")
@get_group.guild_only()
@app_commands.guild_only()
async def retrieve_url(self, interaction: discord.Interaction, endpoint: str = None):
"""Retrieves the URL for the specified endpoint."""
try: