diff --git a/index.js b/index.js index 533025a..9426d8f 100644 --- a/index.js +++ b/index.js @@ -2,5 +2,5 @@ const NYX = require("./client/NYX"); const client = new NYX(); module.exports = client; // Add // when need to debug -//process.on("unhandledRejection", () => {}); +process.on("unhandledRejection", () => {}); client.start();