User cannot get duplicate points on same post

This commit is contained in:
Collin R
2021-03-07 23:13:50 -08:00
parent 9ec92a23c7
commit ee7e2cb446
5 changed files with 19 additions and 70 deletions

View File

@@ -4,6 +4,10 @@
* [X] Initial/Basic Logging
* Especially when unable to handle a comment
* [X] Change commands from !solved and /solved to !helped and /helped
* [X] Allow multiple users to be awarded points on a single post
* So just check whether each user is already awarded a point for a given post
## File-Specific
### bot.py

View File

@@ -4,10 +4,7 @@ File-specific lists are in loose descending order of priority.
## Current
* [ ] Change commands from !solved and /solved to !helped and /helped
* [ ] Allow multiple users to be awarded points on a single post
* So just check whether each user is already awarded a point for a given post
N / A
## Bugs
* [ ] Users can get multiple points for same solution