crash fix

This commit is contained in:
darius 2024-05-04 18:43:16 +02:00
parent fb556d8ace
commit a57ae5f1f6

View File

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