fixed bugs
This commit is contained in:
parent
a1efe58621
commit
8b7930983e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -2,5 +2,5 @@ const NYX = require("./client/NYX");
|
|||
const client = new NYX();
|
||||
module.exports = client;
|
||||
// Add // when need to debug
|
||||
//process.on("unhandledRejection", () => {});
|
||||
process.on("unhandledRejection", () => {});
|
||||
client.start();
|
||||
|
|
Loading…
Reference in a new issue