diff --git a/events/ready.js b/events/ready.js index a189b9d..22a0687 100644 --- a/events/ready.js +++ b/events/ready.js @@ -32,7 +32,7 @@ module.exports = async client => { client.lfm = new lastfm.LastFmNode({api_key: client.config.lfm.key, secret: client.config.lfm.secret}); - setTimeout(() => client.user.setActivity(`over ${client.guilds.cache.get(client.misc.cf).memberCount - client.guilds.cache.get(client.misc.cf).members.cache.filter(m => client.users.cache.get(m.id).bot).size} members!`, {type: "WATCHING"}), 60000); + setTimeout(() => client.user.setActivity(`Chilling with ${client.guilds.cache.get(client.misc.cf).memberCount - client.guilds.cache.get(client.misc.cf).members.cache.filter(m => client.users.cache.get(m.id).bot).size} members!`, {type: "CUSTOM"}), 10000); const setPL = async () => {let tg; for (tg of Array.from(client.guilds.cache.values)) { let tguild = await GuildSettings.findOne({gid: tg.id}); @@ -80,4 +80,4 @@ module.exports = async client => { await botData.save(); require('../console')(client); -}; \ No newline at end of file +}; diff --git a/package-lock.json b/package-lock.json index 3941e2b..b0e8dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "cron": "^1.8.2", "dblapi.js": "^2.4.1", "discord-api-types": "^0.22.0", - "discord.js": "^13.5.0", + "discord.js": "^13.17.1", "fuzzysort": "^1.1.4", "lastfm": "^0.9.0", "manyitems": "^1.0.2", diff --git a/package.json b/package.json index 51cbb8c..a77dfd4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cron": "^1.8.2", "dblapi.js": "^2.4.1", "discord-api-types": "^0.22.0", - "discord.js": "^13.5.0", + "discord.js": "^13.17.1", "fuzzysort": "^1.1.4", "lastfm": "^0.9.0", "manyitems": "^1.0.2",