fixed http error

This commit is contained in:
SeaswimmerTheFsh 2023-07-14 11:53:23 -04:00
parent e957d27694
commit 46e33cf989
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

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