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
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.
The text was updated successfully, but these errors were encountered: