This commit is contained in:
Seaswimmer 2023-07-14 11:54:53 -04:00
parent ba67023b12
commit c19508406e
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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
)