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