| Commit message (Collapse) | Author | Age | Lines |
... | |
|\ \
| | |
| | | |
Split .notifications toggle command into .subscribe and .unsubscribe
|
| | | |
|
| | | |
|
| |/ |
|
|/ |
|
|
|
|
|
|
| |
* Add private board membership total to embed
* Fix flake8, description typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add countdown status and notifications
* Remove debug print
* flake8 my ass
* Import order fixes
* while is_in_advent() instead of while True
* 2 * 60 => 120
* while is_in_advent() instead of while True in notifier
|
|
|
|
|
| |
Update member name regex to properly handle hyphens
Remove session cookie from global leaderboard request
|
|
* Add Advent of Code cog
* Update leaderboard last updated time when updating the leaderboard
Remove unnecessary test command
* Shift leaderboard embed build into helper method
* Frame global leaderboard command
* Split leaderboard entries check into helper method
* Refactor commands to support global board
* Remove unused leaderboard update, wall off global leaderboard command
Hide & short circuit global leaderboard command until implemented
Fix faulty logic causing board to be reloaded regardless of the age of the cache
* Add help shortstrings
* Use command builtin to disable global lb command until implemented
* Add AoC global leaderboard parsing
* Update pipfile and lock
Tweak global lb regex
Tweak method names for clarity
* Refactor for global leaderboard command
Separate Global & Private leaderboards into distinct classes
* Add missing header divider
* Move token for Joseph
* Phrasing
We're still doing phrasing, right?
* Clarify variable name
|