This commit is contained in:
bignutty 2024-07-14 17:19:26 +02:00
parent 8e9fcc0069
commit 14d2d6d987

View file

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