disabledEvents
TYPING_START
index.jsconst { Client } = require('discord.js') const bot = new Client({ disabledEvents: ['TYPING_START'] }) bot.login()