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-08 02:06:48 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f46a98f37f394778c5318b65ade04a57a0ea59a
contest-assistant
/
bot
History
Xevion
1f46a98f37
add guilds to database on connection if not already in database, remove old db.py, switch from query filter_by to simple get by primary key
2021-02-13 08:35:00 -06:00
..
cogs
fully re-implement contest cog with sqlalchemy, begin planning proper period logic in TODOs
2021-02-13 08:28:57 -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
add guilds to database on connection if not already in database, remove old db.py, switch from query filter_by to simple get by primary key
2021-02-13 08:35:00 -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
running bot with database, switch to helper function for testing
2021-02-13 08:29:35 -06:00
exceptions.py
refactor base ContestBot logic to use new sqlalchemy models, commit exceptions.py
2021-02-13 05:18:34 -06:00
models.py
add guilds to database on connection if not already in database, remove old db.py, switch from query filter_by to simple get by primary key
2021-02-13 08:35:00 -06:00