nyx/index.js

6 lines
182 B
JavaScript
Raw Normal View History

2023-10-31 02:39:28 +01:00
const NYX = require("./client/NYX");
const client = new NYX();
module.exports = client;
process.on("unhandledRejection", () => {}); // add // when need to debug
client.start();