nyx/index.js
2022-03-20 00:45:36 +08:00

6 lines
177 B
JavaScript

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