mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Test
This commit is contained in:
+1
-7
@@ -7,13 +7,7 @@ const client = new CommandoClient({
|
|||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
disableEveryone: true,
|
disableEveryone: true,
|
||||||
unknownCommandResponse: false,
|
unknownCommandResponse: false,
|
||||||
disabledEvents: [
|
disabledEvents: ['TYPING_START']
|
||||||
'TYPING_START',
|
|
||||||
'FRIEND_ADD',
|
|
||||||
'FRIEND_REMOVE'
|
|
||||||
],
|
|
||||||
messageCacheLifetime: 60,
|
|
||||||
messageSweepInterval: 120
|
|
||||||
});
|
});
|
||||||
const { carbon, dBots, dBotsOrg, filterTopics, parseTopic } = require('./structures/Util');
|
const { carbon, dBots, dBotsOrg, filterTopics, parseTopic } = require('./structures/Util');
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "31.2.1",
|
"version": "31.2.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