As pointed out in the feature suggestion issue, seamless rate limitation is important for the usability of the bot. I think it's a good idea to dedicate an issue to this feature in order to discuss an approach for implemetnation.
The rate limitation threshold depends on the Bot's user status in the channel:
As pointed out in the feature suggestion issue, seamless rate limitation is important for the usability of the bot. I think it's a good idea to dedicate an issue to this feature in order to discuss an approach for implemetnation.
The rate limitation threshold depends on the Bot's user status in the channel:
Source
This requires to introduce a new data structure that fulfills the following tasks:
A useful data structure for implementation is a circular buffer.
In the future this data structure can also be used to save channel-specific information like current users.