client.on('typingStart', (channel, user) => { console.log(`${user.username} is typing in ${channel.name}`) };