shibdib / Firetail

An EVE Online Discord Bot (Continuation of Dramiel)
MIT License
23 stars 22 forks source link

Feature Request: Make spam rate limiting configurable #125

Open evidex opened 6 years ago

evidex commented 6 years ago

Would be awesome to be able to configure spam rate limits via config.py, particularly allowing "vip" users to exceed spam limits.

Jimmy062006 commented 6 years ago

Spam limits are set by Discord API these are unchangeable.

shibdib commented 6 years ago

He's referring to the rate limiter I built into the bot. https://github.com/shibdib/Firetail/blob/master/firetail/core/checks.py#L25

I can look into making this customizable.