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

Update ready.js

This commit is contained in:
Matte 2019-12-16 23:10:06 +02:00
parent 96c9552660
commit 9f17804f86

View File

@ -35,7 +35,7 @@ module.exports = {
dbl.postStats(client.guilds.size);
}, 1800000);
setInterval(() => {
client.funcs.ffmpeg(client, disco);
client.funcs.ffmpeg(client, Discord);
}, 7200000);
}
}