crash fix
This commit is contained in:
parent
fb556d8ace
commit
a57ae5f1f6
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user