Switch back to all intents, not just non-privelage

This commit is contained in:
Dragon Fire
2020-06-09 22:18:31 -04:00
parent c457825847
commit 8b7d6d420e
3 changed files with 3 additions and 3 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.ALL }
});
const { formatNumber } = require('./util/Util');
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "116.13.1",
"version": "116.13.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {