Change cookie limit whoops

This commit is contained in:
Christopher Cookman 2024-09-05 13:47:04 -06:00
parent ffdb243eaa
commit 3f9c63a732
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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
}
]
}