mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
I'm so mad
This commit is contained in:
@@ -123,7 +123,7 @@ client.once('ready', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
process.on('unhandledRejection', function (reason, p) {
|
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);
|
client.login(config.token);
|
||||||
Reference in New Issue
Block a user