nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit e0591f36dcd946e7f76f7dcbe9cccfb80bebab8b
parent 8b7930983eb5ae200b35cbf8817452594cdb4420
Author: Night Kaly <[email protected]>
Date:   Sat, 19 Mar 2022 19:46:12 +0000

useless

Diffstat:
Mindex.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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();