-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Labels
Description
Investigate whether the validation override can be changed to false.
discord.js/packages/builders/src/interactions/commands/chatInput/ChatInputCommandSubcommands.ts
Line 77 in 02fc101
| options: options?.map((option) => option.toJSON(validationOverride)) ?? [], |
discord.js/packages/builders/src/interactions/commands/chatInput/ChatInputCommandSubcommands.ts
Line 110 in 02fc101
| options: options?.map((option) => option.toJSON(validationOverride)) ?? [], |
Copilot