add reload commande systeme

This commit is contained in:
VALOU3336
2024-02-28 12:00:33 +01:00
parent 29a56a3420
commit b1768e24bd
5 changed files with 57 additions and 11 deletions
-9
View File
@@ -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);
});
},
};