nyx/index.js
2022-10-26 10:38:28 +00:00

5 lines
179 B
JavaScript

const NYX = require("./client/NYX");
const client = new NYX();
module.exports = client;
//process.on("unhandledRejection", () => {}); // add // when need to debug
client.start();