mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Switch back to all intents, not just non-privelage
This commit is contained in:
@@ -8,7 +8,7 @@ const client = new Client({
|
|||||||
owner: OWNERS.split(','),
|
owner: OWNERS.split(','),
|
||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
disableMentions: 'everyone',
|
disableMentions: 'everyone',
|
||||||
ws: { intents: Intents.NON_PRIVILEGED }
|
ws: { intents: Intents.ALL }
|
||||||
});
|
});
|
||||||
const { formatNumber } = require('./util/Util');
|
const { formatNumber } = require('./util/Util');
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ module.exports = class MagicConchCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'magic-conch',
|
name: 'magic-conch',
|
||||||
aliases: ['magic-conch-shell'],
|
aliases: ['magic-conch-shell', 'conch'],
|
||||||
group: 'random-res',
|
group: 'random-res',
|
||||||
memberName: 'magic-conch',
|
memberName: 'magic-conch',
|
||||||
description: 'Asks your question to the Magic Conch.',
|
description: 'Asks your question to the Magic Conch.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "116.13.1",
|
"version": "116.13.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user