From 46e33cf98967638168dfbf55e0a4965ef9fab73c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 14 Jul 2023 11:53:23 -0400 Subject: [PATCH] fixed http error --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 97abe6f..22c66aa 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -50,7 +50,7 @@ class Pterodactyl(commands.Cog): self.guild = guild base_url = discord.ui.TextInput( label="Base URL", - placeholder="Input your Pterodactyl Panel's Base URL here, without `HTTPS` or `HTTP`.\nExample: `pterodactyl.file.properties`", + placeholder="Input your Pterodactyl Panel's Base URL here, without `HTTPS` or `HTTP`.", style=discord.TextStyle.paragraph, required=False, max_length=300