Derecho/JWordGame

Throttling doesn't apply to multiple commands

Opened this issue · 0 comments

The bot supports throttling to prevent a multi-line message to flood the channel in a short time. This throttling does not apply however when two commands are quickly executed in succession. On some channels with flood protection, this causes the bot to be kicked which is very inconvenient considering issue #5.

The bot should also apply the desired delay between lines the case of executing multiple commands.