Make desc shorter, it's too long, and use placeholder

This commit is contained in:
Amaryllis 2023-12-19 10:33:12 +01:00
parent 42e74dd115
commit dfc115ae57

View file

@ -36,7 +36,8 @@ module.exports = {
const descInput = new TextInputBuilder()
.setCustomId('desc')
.setLabel("Description/More info (Platform, beta, release, etc.)")
.setLabel("Description/More info")
.setPlaceholder("Type in any additional information such as which platform.")
.setRequired(false)
.setMaxLength(1000)
.setStyle(TextInputStyle.Paragraph);