This commit is contained in:
ITOH
2021-05-23 14:10:17 +02:00
parent f4e7cd3b0d
commit 3435a1b885
@@ -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[];
}