CasuallyCalm / discord-pretty-help

An embed version of the built in help command for discord.py
MIT License
127 stars 32 forks source link

Disable "bot is typing..." from popping up #86

Closed Majixed closed 1 year ago

Majixed commented 1 year ago

Title, would like to know if there is a way to do this, thank you

CasuallyCalm commented 1 year ago

There is now. Use send_typing to enable/disable it. It's enabled by default. Invoking it with a slash command will still have the typing indicator though.

Majixed commented 1 year ago

Thank you, I don't use slash commands so that isn't a problem for me.