diff --git a/events/ready.js b/events/ready.js index 44b19408..cac976b9 100644 --- a/events/ready.js +++ b/events/ready.js @@ -26,7 +26,7 @@ module.exports = { } client.user.setActivity(status[i], { type: 'LISTENING' }); i++; - }, 3000); + }, 30000); setInterval(async () => { client.guilds.forEach(guild => { client.db.collection('guilds').doc(guild.id).set({ @@ -47,4 +47,4 @@ module.exports = { dbl.postStats(client.guilds.size); }, 1800000); } -} \ No newline at end of file +}