nyx

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

commit ce136dc3800b8f9150a6098eb2095cbb84fc2fd1
parent 0dee818135634d690f224d65c5f2e975afe7874a
Author: ThunderE75 <[email protected]>
Date:   Fri, 28 Jan 2022 14:51:37 +0530

bug fix
Diffstat:
Mcommand/CODM/build.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -1,5 +1,5 @@ const { MessageEmbed } = require("discord.js"); -const c = new CODMClient("Gae"); +const { CODMClient } = require("cath"); const moment = require("moment"); const axios = require("axios"); module.exports = {