1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-01 20:54:33 +00:00

Updated looping function

This commit is contained in:
MatteZ02
2019-10-12 10:05:21 +03:00
parent eceb55edff
commit 6ebbf0216d
6 changed files with 1280 additions and 156 deletions

View File

@@ -25,7 +25,6 @@ client.commands = new Discord.Collection();
client.events = new Discord.Collection();
client.cooldowns = new Discord.Collection();
client.queue = new Map();
client.secondaryQueue = [];
client.funcs = {};
client.funcs.handleVideo = require('./funcs/handleVideo.js');
@@ -34,7 +33,7 @@ client.funcs.msToTime = require('./funcs/msToTime.js');
client.funcs.dbget = require('./funcs/dbget.js');
client.config = {
token: process.env.TOKEN,
token: process.env.TESTTOKEN,
apikey: process.env.API_KEY,
prefix: '>',
test: 'success',