EverOddish / DrFujiBot

DrFujiBot is a client-side Twitch chat bot that provides a command-based interface to Pokemon data.
GNU General Public License v3.0
9 stars 9 forks source link

Add a per-user rate limit for commands #11

Open EverOddish opened 5 years ago

EverOddish commented 5 years ago

We might want to create a TwitchUser object to store information about a specific user, rather than distribute it around the code base. Could also apply to WelcomeMessage described in issue #7

This would allow a rate-limit to be set per user, so that no single user can spam a lot of commands at once, without affecting the cooldown of other users that aren't spamming.