1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +00:00
This commit is contained in:
MatteZ02
2019-10-16 14:20:49 +03:00
parent 4b7b90a5e2
commit 2366f7e3a6
4 changed files with 1345 additions and 164 deletions

View File

@ -12,6 +12,7 @@ module.exports = {
console.log('- DB Set -');
client.user.setActivity(`@musix help | 🎶`, { type: 'LISTENING' });
client.user.setStatus('dnd');
dbl.postStats(client.guilds.size);
console.log('- Activated -');
setInterval(async () => {
client.guilds.forEach(guild => {