reverted
This commit is contained in:
parent
ba67023b12
commit
c19508406e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Pterodactyl(commands.Cog):
|
||||||
base_url = discord.ui.TextInput(
|
base_url = discord.ui.TextInput(
|
||||||
label="Base URL",
|
label="Base URL",
|
||||||
placeholder="Input your Pterodactyl Panel's Base URL here, without HTTPS or HTTP.",
|
placeholder="Input your Pterodactyl Panel's Base URL here, without HTTPS or HTTP.",
|
||||||
style=discord.TextStyle.short,
|
style=discord.TextStyle.paragraph,
|
||||||
required=False,
|
required=False,
|
||||||
max_length=300
|
max_length=300
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue