bclinkinbeard/pricer-discord-bot

Reputation System

jclinkinbeard opened this issue · 4 comments

Reputation example

!addrep @jack good prices
!-rep @jack bad prices

@jack: !rep
Response from bot shows
Positive Rep: 1
Negative Rep: 1
“good prices”
“bad prices”

!-rep command adds a negative rep, and also sends some sort of message @Administrator please validate this -rep
If the -rep is fine and deserved, then nothing happens
If it isnt deserved the administrator can use !clear rep -1 @jack
That removes a negative rep from the user

!addrep, !badrep, and !rep all functional. Need to prevent people from giving themselves rep.

Add a !toprep command that shows top 10 positive repo users and their counts

Clear bad rep via reaction by admin

This is all done, right?