fixed bugs

This commit is contained in:
night0721 2022-03-20 00:45:36 +08:00
parent a1efe58621
commit 8b7930983e

View file

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