From 8b7d6d420ee2f3cf4e4b8fe15d9f9e53dc0188c4 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 9 Jun 2020 22:18:31 -0400 Subject: [PATCH] Switch back to all intents, not just non-privelage --- Xiao.js | 2 +- commands/random-res/magic-conch.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Xiao.js b/Xiao.js index 4f5bc1fe..62228b19 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.ALL } }); const { formatNumber } = require('./util/Util'); diff --git a/commands/random-res/magic-conch.js b/commands/random-res/magic-conch.js index 798f62c0..da0c74b5 100644 --- a/commands/random-res/magic-conch.js +++ b/commands/random-res/magic-conch.js @@ -6,7 +6,7 @@ module.exports = class MagicConchCommand extends Command { constructor(client) { super(client, { name: 'magic-conch', - aliases: ['magic-conch-shell'], + aliases: ['magic-conch-shell', 'conch'], group: 'random-res', memberName: 'magic-conch', description: 'Asks your question to the Magic Conch.', diff --git a/package.json b/package.json index 070fe15c..65571af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.13.1", + "version": "116.13.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {