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