This website requires JavaScript.
Explore
Help
Sign In
xevion
/
contest-assistant
Watch
1
Star
0
Fork
0
You've already forked contest-assistant
mirror of
https://github.com/Xevion/contest-assistant.git
synced
2025-12-09 12:06:48 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
95a87cb6dd365c12ebf607f97348a98cd388cf57
contest-assistant
/
bot
History
Xevion
95a87cb6dd
Implemented 'leaderboard' command
...
This takes use of the previous commit's changes: the Submission.count column.
2021-02-18 04:07:59 -06:00
..
cogs
Implemented 'leaderboard' command
2021-02-18 04:07:59 -06:00
__init__.py
refactor contest to bot folder, work on generic sqlite update query generator, work on new submissions/voting period logic commands, get away from get_submission_channel
2021-02-12 17:46:46 -06:00
bot.py
Split ContestCog into ContestCommandsCog and ContestEventsCog
2021-02-18 01:35:33 -06:00
checks.py
refactor contest to bot folder, work on generic sqlite update query generator, work on new submissions/voting period logic commands, get away from get_submission_channel
2021-02-12 17:46:46 -06:00
constants.py
Implement Submission.update and get/fetch message helper functions
2021-02-17 05:18:25 -06:00
exceptions.py
Fix MutableJSON issues with NestedMutableList
2021-02-17 02:55:55 -06:00
helpers.py
use payload known params instead of cached message, implement raw_bulk_message_deletion, on_raw_reaction_clear, on_raw_reaction_clear_emoji, helpers.is_upvote for better upvote emote checking
2021-02-15 03:43:00 -06:00
models.py
Added new Submission column: count
2021-02-18 04:06:39 -06:00