Added negative scores, auto unpin msgs, fix bday bug#34
Open
Added negative scores, auto unpin msgs, fix bday bug#34
Conversation
- Now deduct one mark for every wrong answer in quiz - Bar graph adjusted for negative marks. Other changes: - Added more scolds - Use timedelta for stop_quiz_date - Change font sizes in graph to adjust for large no. of users
# Conflicts: # bot_funcs/morning_wisher.py # db.sqlite3 # files/interactions.txt # leaderboard.png
- Fixed bug: Now wish all people who have the same birthday - Changed 12b user ids to dict - Change max question length from 255 -> 300 as per Bot API 5.0 Signed-off-by: Harshil <ilovebhagwan@gmail.com>
- Bot now unpins all its messages in all chats once a day. - README.md now hyperlinks to bot instead of just a string - Tiny improvements in code re-usability and readability. Signed-off-by: Harshil <ilovebhagwan@gmail.com>
Update TMS welcome message
Since Filters.private/group is deprecated since ptb 13.1+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Other changes:
timedeltaforstop_quiz_date.readme.md.