mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(ApplicationCommandOptionData): options property should be itself (#5679)
Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2479,7 +2479,7 @@ declare module 'discord.js' {
|
||||
description: string;
|
||||
required?: boolean;
|
||||
choices?: ApplicationCommandOptionChoice[];
|
||||
options?: ApplicationCommandOption[];
|
||||
options?: this[];
|
||||
}
|
||||
|
||||
interface ApplicationCommandOption extends ApplicationCommandOptionData {
|
||||
|
||||
Reference in New Issue
Block a user