1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +00:00

Update 3.2.2

This commit is contained in:
MatteZ02
2020-04-21 22:10:30 +03:00
parent 3532cc00d3
commit 2a692edf8d
7 changed files with 33 additions and 300 deletions

View File

@ -41,6 +41,7 @@ module.exports = {
});
dbl.postStats(client.guilds.size);
}
client.funcs.getSpotifyKey(client);
console.log(`- Activated - Shard: ${client.shard.ids} -`);
setInterval(() => {
if (!client.config.devMode) client.funcs.checkDB(client);
@ -50,6 +51,9 @@ module.exports = {
if (client.config.dblApi && !client.config.devMode)
dbl.postStats(client.guilds.cache.size);
}, 1800000);
setInterval(() => {
client.funcs.getSpotifyKey(client);
}, 3600000);
setInterval(() => {
client.funcs.ffmpeg(client, Discord);
}, 7200000);