mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
Make desc shorter, it's too long, and use placeholder
This commit is contained in:
parent
42e74dd115
commit
dfc115ae57
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ module.exports = {
|
||||||
|
|
||||||
const descInput = new TextInputBuilder()
|
const descInput = new TextInputBuilder()
|
||||||
.setCustomId('desc')
|
.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)
|
.setRequired(false)
|
||||||
.setMaxLength(1000)
|
.setMaxLength(1000)
|
||||||
.setStyle(TextInputStyle.Paragraph);
|
.setStyle(TextInputStyle.Paragraph);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue