mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Rejection Logger Uncommented
This commit is contained in:
@@ -190,8 +190,8 @@ client.once('ready', () => {
|
||||
client.user.setGame(";help | dragonfire535");
|
||||
});
|
||||
|
||||
//process.on('unhandledRejection', function(reason, p){
|
||||
// console.log("A Possibly Unhandled Rejection has Occurred.");
|
||||
//});
|
||||
process.on('unhandledRejection', function(reason, p){
|
||||
console.log("A Possibly Unhandled Rejection has Occurred.");
|
||||
});
|
||||
|
||||
client.login(config.token);
|
||||
Reference in New Issue
Block a user