diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 9ec9269..56ceeae 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -59,7 +59,7 @@ class Pterodactyl(commands.Cog): headers = { "Authorization": f"Bearer {api_key}", "Content-Type": "application/json", - "Accept": "Application/vnd.pterodactyl.v1+json" + "Accept": "application/json" } response = requests.get(await self.get_url(interaction.guild, "resources"), headers=headers) response_dict = response.json()