diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index e55c202..32579c7 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -51,7 +51,7 @@ class Pterodactyl(commands.Cog): base_url = discord.ui.TextInput( label="Base URL", placeholder="Input your Pterodactyl Panel's Base URL here, without HTTPS or HTTP.", - style=discord.TextStyle.short, + style=discord.TextStyle.paragraph, required=False, max_length=300 )