From ce136dc3800b8f9150a6098eb2095cbb84fc2fd1 Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:51:37 +0530 Subject: [PATCH] bug fix --- command/CODM/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/CODM/build.js b/command/CODM/build.js index e94d7ac..36b18df 100644 --- 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 = {