nyx/index.js
night0721 cbc93bc54a fix
2022-02-03 06:46:57 +08:00

5 lines
148 B
JavaScript

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