Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/application_command_create.go
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ type ApplicationCommandCreate interface {
type SlashCommandCreate struct {
CommandName string `json:"name"`
Description string `json:"description"`
Options []ApplicationCommandOption `json:"options,omitempty"`
Options []ApplicationCommandOption `json:"options"`
DefaultPermission bool `json:"default_permission"`
}

0 comments on commit e7167ab

Please sign in to comment.