fix(issues): fixed modal placeholder being over 100 characters
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
This commit is contained in:
parent
e34f5d09fa
commit
feb5dd0be8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Issues(commands.Cog):
|
|||
)
|
||||
screenshots = discord.ui.TextInput(
|
||||
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,
|
||||
required=False,
|
||||
max_length=2048
|
||||
|
|
Loading…
Reference in a new issue