mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-14 04:30:18 +00:00
Update uncaughtException event
This commit is contained in:
parent
36a7b5df63
commit
572958aea2
@ -5,6 +5,7 @@ module.exports = {
|
|||||||
console.log(error.stack);
|
console.log(error.stack);
|
||||||
console.log('');
|
console.log('');
|
||||||
|
|
||||||
|
if(error.name == "DiscordAPIError" && error.message == "Unknown interaction") return;
|
||||||
process.emit('SIGINT');
|
process.emit('SIGINT');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user