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:
3
index.js
3
index.js
@@ -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',
|
||||
|
Reference in New Issue
Block a user