stemount / cloutbot

A useful Discord bot that lets you validate people who help, contribute and thank with a star.
5 stars 2 forks source link

Abuse and rate limiting #5

Open ThatCopy opened 3 years ago

ThatCopy commented 3 years ago

Rate limiting or some way to detect abuse is crucial for this bot to work. We can use

stemount commented 3 years ago

@ThatCopy Definitely agree with this, a user should be only be able to submit 1 star to another user per day.

Do you make this:

  1. The same day (e.g. if thatcopy++ has already been starred on 01-01-2020 and I try again on 01-01-2020, I am unable until 02-01-2020 UTC?
  2. 24 hour from the last time you have used the bot?
ThatCopy commented 3 years ago

24 hour from the last time you have used the bot