Skip to content

Commit

Permalink
lol remove these because the handler won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Mar 19, 2024
1 parent c404637 commit 0af8c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord/application_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
type ApplicationCommandType int

const (
ApplicationCommandTypeSlash ApplicationCommandType = iota + 1
ApplicationCommandTypeSlash = iota + 1
ApplicationCommandTypeUser
ApplicationCommandTypeMessage
)
Expand Down
2 changes: 1 addition & 1 deletion discord/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type ComponentType int

// Supported ComponentType(s)
const (
ComponentTypeActionRow ComponentType = iota + 1
ComponentTypeActionRow = iota + 1
ComponentTypeButton
ComponentTypeStringSelectMenu
ComponentTypeTextInput
Expand Down

0 comments on commit 0af8c36

Please sign in to comment.