Skip to content

Use delay_send() to reduce how long the bot types for

Benjamin Sherman requested to merge less_typing into master

Requests to Discord to trigger a typing indicator last for a few seconds or until a message is sent. Sending a message too quickly after triggering the typing indicator will prevent it from being cleared. We can use delay_send() to decrease how often this occurs.

Resolves issue #78 (closed).

Merge request reports