mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Test
This commit is contained in:
+1
-7
@@ -7,13 +7,7 @@ const client = new CommandoClient({
|
||||
invite: INVITE,
|
||||
disableEveryone: true,
|
||||
unknownCommandResponse: false,
|
||||
disabledEvents: [
|
||||
'TYPING_START',
|
||||
'FRIEND_ADD',
|
||||
'FRIEND_REMOVE'
|
||||
],
|
||||
messageCacheLifetime: 60,
|
||||
messageSweepInterval: 120
|
||||
disabledEvents: ['TYPING_START']
|
||||
});
|
||||
const { carbon, dBots, dBotsOrg, filterTopics, parseTopic } = require('./structures/Util');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user