nyx/index.js

6 lines
179 B
JavaScript
Raw Normal View History

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