Send the loader embed on heavy commands instead of only calling "typing" event #184
Labels
Target-Command
Related to particular command
Target-UX
Related to user experience while using the bot
Type-Enhancement
New feature or request
Is your feature request related to a problem? Please describe.
There is an issue with commands like "top" requiring a lot of time to process before bot is able to print the results. Right now we have bot sending "Typing" event to indicate that request is accepted and in processing:
top
command #102Since typing event isn't being sent continuously, it feels like bot will not respond at all.
Describe the solution you'd like
Embed with some "Loading" text will be much better for UX. This embed will for sure indicate that bot have accepted the request and generating the response.
Describe alternatives you've considered
—
Additional context
—
The text was updated successfully, but these errors were encountered: