mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-24 02:14:41 +02:00
add reload commande systeme
This commit is contained in:
@@ -63,14 +63,5 @@ lien d'invite > https://discord.com/oauth2/authorize?client_id=${client.user.id}
|
||||
console.log(err, origin);
|
||||
});
|
||||
|
||||
process.on('uncaughtExceptionMonitor', (err, origin) => {
|
||||
console.log(' [antiCrash] :: Uncaught Exception/Catch (MONITOR)');
|
||||
console.log(err, origin);
|
||||
});
|
||||
|
||||
process.on('multipleResolves', (type, promise, reason) => {
|
||||
console.log(' [antiCrash] :: Multiple Resolves');
|
||||
console.log(type, promise, reason);
|
||||
});
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user