diff --git a/internal/bot/bot.go b/internal/bot/bot.go index 70c0ba0..88ae530 100644 --- a/internal/bot/bot.go +++ b/internal/bot/bot.go @@ -106,6 +106,7 @@ func Run(BotToken string) { responseData = err.Error() } } + } if responseData != "" { err = s.InteractionRespond( i.Interaction, @@ -119,7 +120,7 @@ func Run(BotToken string) { ) } } - }}) + }) discord.AddHandler(func ( s *discordgo.Session,