From e0591f36dcd946e7f76f7dcbe9cccfb80bebab8b Mon Sep 17 00:00:00 2001 From: Night Kaly <77528305+night0721@users.noreply.github.com> Date: Sat, 19 Mar 2022 19:46:12 +0000 Subject: [PATCH] useless --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 9426d8f..73f70f3 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,5 @@ const NYX = require("./client/NYX"); const client = new NYX(); module.exports = client; -// Add // when need to debug -process.on("unhandledRejection", () => {}); +process.on("unhandledRejection", () => {}); // add // when need to debug client.start();