mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
I'm so mad
This commit is contained in:
@@ -123,7 +123,7 @@ client.once('ready', () => {
|
||||
});
|
||||
|
||||
process.on('unhandledRejection', function (reason, p) {
|
||||
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason);
|
||||
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason + p);
|
||||
});
|
||||
|
||||
client.login(config.token);
|
||||
Reference in New Issue
Block a user