mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
log error
This commit is contained in:
parent
ddbef1267e
commit
8e9fcc0069
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue