From d9b44a3d58a8eb422e9844d3171c9fb192907230 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:01:11 +0300 Subject: [PATCH] Update botListApi.js --- src/struct/funcs/botListApi.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/struct/funcs/botListApi.js b/src/struct/funcs/botListApi.js index f35da3d8..c472ba38 100644 --- a/src/struct/funcs/botListApi.js +++ b/src/struct/funcs/botListApi.js @@ -17,9 +17,6 @@ module.exports = function (client) { dbl.on("error", (e) => { console.log(`DBL error: ${e}`); }); - bod.on("posted", (m) => { - console.log(m); - }); bod.on("error", (e) => { console.log(`BOD error ${e}`); }); @@ -37,14 +34,4 @@ module.exports = function (client) { setInterval(() => { dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards); }, 1800000); -}; -const bod_api = require("bodapi.js"); - -const bod = new bod_api("ApeUyjSHi0tmMYybVwai3PxKvFvq3S", client); - -bod.on("posted", (m) => { - console.log(m); -}); -bod.on("error", (e) => { - console.log(`BOD error ${e}`); -}); \ No newline at end of file +}; \ No newline at end of file