Require Guild Members Intent

This commit is contained in:
Dragon Fire
2020-10-15 16:08:35 -04:00
parent c440b27e06
commit 4a2d2087c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.29.8",
"version": "119.29.9",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {