log error

This commit is contained in:
bignutty 2024-07-14 17:18:22 +02:00
parent ddbef1267e
commit 8e9fcc0069

View file

@ -64,6 +64,7 @@ module.exports = {
application = await superagent.get(`${Routes.URL}/api/v9/applications/${id}/rpc`)
application = application.body
}catch(e){
console.log(e)
return editOrReply(context, createEmbed("warning", context, "Invalid Application"))
}