mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
Reduce minimum reason size for moderation
This commit is contained in:
parent
eadbc7ba8e
commit
dbfd521da9
@ -53,7 +53,7 @@ const modpanelModalList = {
|
||||
.setCustomId("reason")
|
||||
.setLabel("Raison du ban")
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setMinLength(10)
|
||||
.setMinLength(4)
|
||||
.setMaxLength(1000)
|
||||
.setPlaceholder("Ex: Insultes, Irrespect")
|
||||
.setRequired(true),
|
||||
@ -79,7 +79,7 @@ const modpanelModalList = {
|
||||
.setCustomId("reason")
|
||||
.setLabel("Raison du kick")
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setMinLength(10)
|
||||
.setMinLength(4)
|
||||
.setMaxLength(1000)
|
||||
.setPlaceholder("Ex: Insultes, Irrespect")
|
||||
.setRequired(true),
|
||||
@ -105,7 +105,7 @@ const modpanelModalList = {
|
||||
.setCustomId("reason")
|
||||
.setLabel("Raison du mute")
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setMinLength(10)
|
||||
.setMinLength(4)
|
||||
.setMaxLength(1000)
|
||||
.setPlaceholder("Ex: Spam")
|
||||
.setRequired(true),
|
||||
@ -140,7 +140,7 @@ const modpanelModalList = {
|
||||
.setCustomId("reason")
|
||||
.setLabel("Raison du warn")
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setMinLength(10)
|
||||
.setMinLength(4)
|
||||
.setMaxLength(1000)
|
||||
.setPlaceholder("Ex: Spam")
|
||||
.setRequired(true),
|
||||
|
Loading…
Reference in New Issue
Block a user