From 551fc453936a792576e0b2f671490ae25372070e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 7 Oct 2020 22:39:37 -0400 Subject: [PATCH] Temporarily turn off privileged intents --- Xiao.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xiao.js b/Xiao.js index 626aabd3..41e2a5bf 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.ALL } + ws: { intents: Intents.NON_PRIVILEGED } }); const { formatNumber } = require('./util/Util'); diff --git a/package.json b/package.json index ed01e37d..75196ea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.29.5", + "version": "119.29.6", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {