mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03: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;
|
description: string;
|
||||||
required?: boolean;
|
required?: boolean;
|
||||||
choices?: ApplicationCommandOptionChoice[];
|
choices?: ApplicationCommandOptionChoice[];
|
||||||
options?: ApplicationCommandOption[];
|
options?: this[];
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ApplicationCommandOption extends ApplicationCommandOptionData {
|
interface ApplicationCommandOption extends ApplicationCommandOptionData {
|
||||||
|
|||||||
Reference in New Issue
Block a user