User cannot get duplicate points on same post
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user