nyx

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

commit 8b7930983eb5ae200b35cbf8817452594cdb4420
parent a1efe586216a6f32c4d546f400f64f062e847c5b
Author: night0721 <[email protected]>
Date:   Sun, 20 Mar 2022 00:45:36 +0800

fixed bugs

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

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