Skip to content

Commit

Permalink
use correct command handler string (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckfullstop committed Jun 1, 2024
1 parent e67df73 commit 60e9280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var commands = []*discordgo.ApplicationCommand{
}

var commandHandlers = map[string]func(s *discordgo.Session, i *discordgo.InteractionCreate){
"teams": func(s *discordgo.Session, i *discordgo.InteractionCreate) {
"team": func(s *discordgo.Session, i *discordgo.InteractionCreate) {
options := i.ApplicationCommandData().Options
content := ""

Expand Down

0 comments on commit 60e9280

Please sign in to comment.