mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Disable Typing Start Event
This commit is contained in:
+4
-1
@@ -6,7 +6,10 @@ const client = new CommandoClient({
|
|||||||
owner: OWNER,
|
owner: OWNER,
|
||||||
invite: INVITE,
|
invite: INVITE,
|
||||||
disableEveryone: true,
|
disableEveryone: true,
|
||||||
unknownCommandResponse: false
|
unknownCommandResponse: false,
|
||||||
|
disabledEvents: [
|
||||||
|
'TYPING_START'
|
||||||
|
]
|
||||||
});
|
});
|
||||||
const { carbon, dBots } = require('./structures/Util');
|
const { carbon, dBots } = require('./structures/Util');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user