1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update botListApi.js

This commit is contained in:
MatteZ02 2020-04-25 19:23:54 +03:00
parent cd15edbedc
commit 41448c0ea2

View File

@ -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");