Change cookie limit whoops
This commit is contained in:
parent
ffdb243eaa
commit
3f9c63a732
4
index.js
4
index.js
|
@ -349,10 +349,10 @@ discord.on("interactionCreate", async (interaction) => {
|
|||
label: "Optional ROBLOSECURITY",
|
||||
custom_id: "cookie",
|
||||
type: Discord.ComponentType.TextInput,
|
||||
style: Discord.TextInputStyle.Short,
|
||||
style: Discord.TextInputStyle.Paragraph,
|
||||
required: false,
|
||||
placeholder: "ROBLOSECURITY cookie",
|
||||
maxLength: 100
|
||||
maxLength: 2000
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue