fix(issues): fixed modal placeholder being over 100 characters
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s

This commit is contained in:
Seaswimmer 2023-08-18 13:39:15 -04:00
parent e34f5d09fa
commit feb5dd0be8
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -91,7 +91,7 @@ class Issues(commands.Cog):
) )
screenshots = discord.ui.TextInput( screenshots = discord.ui.TextInput(
label="Screenshots", label="Screenshots",
placeholder="If applicable, add screenshots to help explain your problem. Seperate each screenshot with a newline.", placeholder="Add screenshots to help explain your problem. Seperate each screenshot with a newline.",
style=discord.TextStyle.paragraph, style=discord.TextStyle.paragraph,
required=False, required=False,
max_length=2048 max_length=2048