CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Caching of all events #185

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

Currently, only followers are cached. We need to cache all other events, as well.

We can cache in the EventHandler class itself. (No need for an external JSON file.) The main thing we need to protect against is rapid-fire notifications for button spamming.

2Cubed commented 7 years ago

Prevents spam from rapid-fire following/unfollowing, hosting/unhosting, etc.