You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It implements sendTyping() from Discord.js to indicate bot activity while generating a response.
What kind of change is this?
Features (non-breaking change which adds functionality)
Why are we doing this? Any context or related work?
Without a typing indicator, users might feel unsure if the bot is working, especially during longer response generation times. The indicator simulates how humans communicate in real-time, making the bot feel more natural and engaging.
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
Where should a reviewer start?
Test in Discord by tagging the bot and observing if the typing indicator appears during response generation.
Relates to: Discord Client
Risks
Low: Probably none
Background
What does this PR do?
It implements sendTyping() from Discord.js to indicate bot activity while generating a response.
What kind of change is this?
Features (non-breaking change which adds functionality)
Why are we doing this? Any context or related work?
Without a typing indicator, users might feel unsure if the bot is working, especially during longer response generation times. The indicator simulates how humans communicate in real-time, making the bot feel more natural and engaging.
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
Where should a reviewer start?
Test in Discord by tagging the bot and observing if the typing indicator appears during response generation.
Discord username
@dxlliv
The text was updated successfully, but these errors were encountered: