Skip to content

Commit 97a0c1c

Browse files
committed
feat: add localization options in application commands
closes #1 Signed-off-by: Keith Russo <[email protected]>
1 parent 5540cb3 commit 97a0c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/application_commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type ApplicationCommandOptionChoice struct {
9494

9595
// ApplicationCommandInteractionDataOption - All options have names, and an option can either be a parameter and input value--in which case value will be set--or it can denote a subcommand or group--in which case it will contain a top-level key and another array of options.
9696
//
97-
// value and options are mutually exclusive.
97+
// value and options are mutually exclusive.
9898
type ApplicationCommandInteractionDataOption struct {
9999
Name string `json:"name"` // the name of the parameter
100100
Type ApplicationCommandOptionType `json:"type"` // value of application command option type

0 commit comments

Comments
 (0)