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