How to end the typing indicator without having to send a message in the channel

You can start the typing indicator for a channel by just doing channel.sendTyping(). You can stop the indicator by either sending a message in the channel or waiting for the 10 second duration to expire, but I need a way to do it without doing either of those (if there is a way) discord version is 14.13.0
3 Replies
d.js toolkit
d.js toolkit16mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
duck
duck16mo ago
there is no way beyond the two ways you've described
isaacg
isaacgOP16mo ago
ah alr. thanks

Did you find this page helpful?