discord.js check if a user is typing code example
Example: how to check if user is typing discord js
client.on('typingStart', (channel, user) => {
// code here
};
client.on('typingStart', (channel, user) => {
// code here
};