diff --git a/handlers/httpCommand.go b/handlers/httpCommand.go index aa4893d..fba98ee 100644 --- a/handlers/httpCommand.go +++ b/handlers/httpCommand.go @@ -56,6 +56,8 @@ func HttpCommand(data discordgo.ApplicationCommandInteractionData, s *discordgo. if err != nil { log.Fatalf("An Error Occured %v", err) } + default: + return //todo add handeling later } byts, _ := httputil.DumpResponse(response, true)