fixed http error
This commit is contained in:
parent
e957d27694
commit
46e33cf989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue