mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Remove ACR
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ const client = new CommandoClient({
|
|||||||
commandPrefix: PREFIX,
|
commandPrefix: PREFIX,
|
||||||
owner: OWNER,
|
owner: OWNER,
|
||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
disableEveryone: true
|
disableEveryone: true,
|
||||||
|
unknownCommandResponse: false
|
||||||
});
|
});
|
||||||
const { carbon, dBots } = require('./structures/Stats');
|
const { carbon, dBots } = require('./structures/Stats');
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "25.0.1",
|
"version": "25.0.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user