mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix typo
This commit is contained in:
@@ -13,6 +13,6 @@ export interface ApplicationCommandOption {
|
||||
required?: boolean;
|
||||
/** Choices for `string` and `int` types for the user to pick from */
|
||||
choices?: ApplicationCommandOptionChoice[];
|
||||
/** If the optino is a subcommand or subcommand group type, this nested options will be the parameters */
|
||||
/** If the option is a subcommand or subcommand group type, this nested options will be the parameters */
|
||||
options?: ApplicationCommandOption[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user