From 1c01747db9b0a85c322b0db8040516b3a2d920e3 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:27:07 +0300 Subject: [PATCH] Update botListApi.js --- src/struct/funcs/botListApi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/struct/funcs/botListApi.js b/src/struct/funcs/botListApi.js index 828e9d8a..24f63a24 100644 --- a/src/struct/funcs/botListApi.js +++ b/src/struct/funcs/botListApi.js @@ -1,5 +1,4 @@ module.exports = function (client) { - if (client.shard.ids !== 0) return console.log("invalid shard"); const DBL = require("dblapi.js"); const dbl = new DBL(client.config.dblKey, client); const bod_api = require("bodapi.js");