This commit is contained in:
Night Kaly 2022-03-19 19:46:12 +00:00
parent 8b7930983e
commit e0591f36dc

View file

@ -1,6 +1,5 @@
const NYX = require("./client/NYX");
const client = new NYX();
module.exports = client;
// Add // when need to debug
process.on("unhandledRejection", () => {});
process.on("unhandledRejection", () => {}); // add // when need to debug
client.start();