nyx/index.js

6 lines
177 B
JavaScript
Raw Permalink Normal View History

const NYX = require("./client/NYX");
const client = new NYX();
module.exports = client;
2023-04-14 14:33:26 +02:00
process.on("unhandledRejection", () => {}); // add // when need to debug
client.start();