| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Update role constants
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Remove unnecessary edits during pagination
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \ |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rewrote hanukkah to use datetime.strptime
left a helper method and some variables in order to allow extending
to use a cache in the future, rather than requesting the api every invoke
that is out of scope of this commit and pull, since the command is
currently broken.
I've only kept the same functionality, without trying to rewrite the
entire command.
|
| |\ \ \
| | | |
| | | | |
Aoc count timestamp
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This gives the user the ability to hover the timestamp with their mouse to get an exact date and time.
|
| |/ / /
| | |
| | |
| | | |
This is so that there is less code within the if block, making it easier to parse the whole command by eye.
|
| | | |
| | |
| | |
| | | |
pick 3cd4c92b1e24c8cfdae8c5c68c19607c62cc01ed from python-discord/bot
remove additional unnecessary edit
|
| | | | |
|
| | | |\
| |_|/
|/| | |
|
| |\ \ \
| | | |
| | | | |
Disable File Logging By Default
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Fix a grammatical mistake in the description of the `.spookify` command
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Add check to ensure the day-and-star data exists
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Place logging to file behind an environment variable.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\| | |
| |/ /
|/| | |
Introduce command changes in the AoC Cog
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
- This commit adds a new set of leaderboard data to the cache so that it calculates the correct information if issued with either a `self_placement_name` or not.
- It also introduces code consistency upgrades
Co-Authored-By: Johannes Christ <[email protected]>
|
| |/ /
| |
| |
| |
| | |
- The AoC day and star browser has been separated from the leaderboard command, from now on it's a separate command
- The leaderboard command has a new `self_placement_name` option, that shows the personal stats for the specified profile name.
|
| |\ \
| | |
| | | |
Add color command
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Fix Startup Crash Loop
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moves the sentry setup to be one of the very first things run during
startup, so we are able to catch more errors, such as ones that might
occur while setting up logs.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The most recent changes to our log setup had the loggers writing to a
read-only location in prod. This would cause an error during startup.
To get around this while keeping the change, I moved it to only be used
if debug is True.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ \ \ |
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \ |
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows the coloredlogs module to
automatically detect colour support when running in docker
|
| | | |\ \ \
| |_|/ / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add a border around the scary bat
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Hedy Li <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Limit user reactions on embed pagination
Limit user reactions to prevent non-author from removing message by
adding user restriction to paginator.
* Fixed the format of code to single line.
Co-authored-by: ChrisJL <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add a feature to choice in between 1-5 (inclusive) articles.
If value not specified, the default, 5 will be used.
Co-authored-by: ChrisJL <[email protected]>
|