mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:00: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('');
|
||||
|
||||
if(error.name == "DiscordAPIError" && error.message == "Unknown interaction") return;
|
||||
process.emit('SIGINT');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user