| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
| |
A few things have been changed to address the changes listed under PR #122:
- Changed the color tag of the embed from both commands from
discord.Color.dark_magenta() to bots.constants.Colours.pink
- Renamed valentine_facts to valentine_fact
These changes are needed to fit the projects standards.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes #102
This pull request adds the commands who_is_valentine and valentine_facts.
The who_is_valentine command sends information about Saint Valentine of
Terni to the channel the command has been called in. This is done by making
use of the valentine_facts.json file's 'whois' attribute, which has
all the information stored in it.
The valentine_facts command sends a random fact with a random title to the
channel the command has been called in. This is done by making use of the
of the valentine_facts.json file's 'titles' and 'text' attribute, in which
both, the information for the titles and the facts are stored in.
Both commands do have docstrings, which explain what the command does in
an easy manner.
At the moment, there's a really sparse amount of facts available. I seek
to add a lot more in the near future.
|
| |
|
|
|
|
|
| |
This love calculator uses two user-IDs, adds them together and takes the
modulus of 100 from it.
Invocation: .love @user1#0000 @user2#0000
|
| |
|
|
|
|
|
| |
This love calculator uses two user-IDs, adds them together and takes the
modulus of 100 from it.
Invocation: .love @user1#0000 @user2#0000
|
| |
|
|
|
|
| |
- Includes LoveCalculator and somewhat of an error handler
- Awaits two mentions like so: /love @user1#0000 @user2#0000
- Sends embed to the channel where /love has been called
|
| |
|
|
|
|
| |
- Includes LoveCalculator and somewhat of an error handler
- Awaits two mentions like so: /love @user1#0000 @user2#0000
- Sends embed to the channel where /love has been called
|
| |
|
|
|
|
| |
- Includes LoveCalculator and somewhat of an error handler
- Awaits two mentions like so: /love @user1#0000 @user2#0000
- Sends embed to the channel where /love has been called
|
| |\
| |
| |
| |
| | |
Add valentines season
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Fix advent of code countdown
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Send devlog notification on season load.
|
| | |
| |
| | |
Co-Authored-By: scragly <[email protected]>
|
| | | |
|
| |\ \
| |/
|/| |
Private Leaderboard Daily Completion Statistics
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
| |
Frame stats command
Remove "stats" adjacent aliases for existing commands to avoid confusion
|
| |\
| |
| | |
Season Improvements
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Split .notifications toggle command into .subscribe and .unsubscribe
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/| |
Improve countdown status (align to whole 5 minutes, better messages)
|
| |/ |
|
| |\
| |
| | |
Fix markdown for further reading links
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
* 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
|