diff --git a/Xiao.js b/Xiao.js index 41e2a5bf..c5ce136b 100644 --- a/Xiao.js +++ b/Xiao.js @@ -8,7 +8,7 @@ const client = new Client({ owner: OWNERS.split(','), invite: INVITE, disableMentions: 'everyone', - ws: { intents: Intents.NON_PRIVILEGED } + ws: { intents: [Intents.NON_PRIVILEGED, 'GUILD_MEMBERS'] } }); const { formatNumber } = require('./util/Util'); diff --git a/package.json b/package.json index 262dda7c..03866d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.29.8", + "version": "119.29.9", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {