nyx

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

ready.js (117B)


      1 const client = require("..");
      2 client.on("ready", async () => {
      3   console.log(`${client.user.username} ✅`);
      4 });