diff --git a/XiaoBot.js b/XiaoBot.js index 8010d1fd..7f4f6e3c 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -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');