diff --git a/Xiao.js b/Xiao.js index ceb0cfd3..47855236 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');