nyx/index.js

6 lines
148 B
JavaScript
Raw Normal View History

const NYX = require("./client/NYX");
const client = new NYX();
module.exports = client;
2022-02-02 23:46:57 +01:00
process.on("unhandledRejection", () => {});
client.start();