typingStart.jsconst { Client } = require('discord.js') const bot = new Client() bot.on('typingStart', ({ channel, user }) => { // code }) bot.login()