From 41448c0ea2cec693b0bd4bd83a48d630c9634912 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:23:54 +0300 Subject: [PATCH] Update botListApi.js --- src/struct/funcs/botListApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/funcs/botListApi.js b/src/struct/funcs/botListApi.js index 85456e50..828e9d8a 100644 --- a/src/struct/funcs/botListApi.js +++ b/src/struct/funcs/botListApi.js @@ -1,5 +1,5 @@ module.exports = function (client) { - if (client.shard.ids !== 0) return; + 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");