nyx

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

index.js (182B)


      1 const NYX = require("./client/NYX");
      2 const client = new NYX();
      3 module.exports = client;
      4 process.on("unhandledRejection", () => {}); // add // when need to debug
      5 client.start();