mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
no way
This commit is contained in:
parent
14059cab22
commit
8b304539ee
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -21,4 +21,5 @@ client.on("disconnect", () => client.logger.log("Bot is disconnecting...", "warn
|
|||
.on("reconnecting", () => client.logger.log("Bot reconnecting...", "warn"))
|
||||
.on("warn", warn => client.logger.log(warn, "warn"))
|
||||
.on("error", e => client.logger.log(`${e.message}\n${e.stack}`, "error"));
|
||||
process.on("unhandledRejection", e => console.log(e));
|
||||
process.on("unhandledRejection", e => console.log(e));
|
||||
process.on("uncaughtException", e => console.log(e));
|
Loading…
Reference in a new issue