Temporarily turn off privileged intents

This commit is contained in:
Dragon Fire
2020-10-07 22:39:37 -04:00
parent f6dd86f1a1
commit 551fc45393
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.ALL }
ws: { intents: Intents.NON_PRIVILEGED }
});
const { formatNumber } = require('./util/Util');