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