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.03 Replies
- 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 OPthere is no way beyond the two ways you've described
ah alr. thanks