| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
trivianight next, trivianight stop, trivianight end added
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Fix `.love` references to deprecated unsub command
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
The AOC cog produces a lot of large logs very frequently which have
minimal value, causing the logs to be significantly harder to navigate.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit moves the logging constants from the Client class to a new
Logging class.
Flake8 is renabled for constants, and the error it was disabled for was
specifically ignored. All new errors were fixed.
It also fixes a bug with __all__, which was trying to export a missing
symbol due to a missing comma.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| | |
setuptools use stdlib distutils over embedded
|
|/
|
|
|
|
| |
This is caused by an upstream issue with setuptools 60.* (via virtualenv) changeing the default to using the setuptools-embedded distutils rather than the stdlib distutils, which breaks within pip's isolated builds.
This is explained quite well here https://github.com/pre-commit/pre-commit/issues/2178#issuecomment-1002163763
|
| |
|
|
|
| |
From now on, when the interacting user and the original author of the view is different, the bot will send an ephemeral message regarding the issue.
|
|\
| |
| | |
nit: make last refreshed time above the rest of the embed
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
fix OverflowError in epoch command
|
| |\ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.4.0...9.0.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
When a user doesn't set a name, the AoC API doesn't return a name key at all, so we need to make use of the ID field instead, to build the name based on a similar tempalte that AoC uses for it's leaderboard.
Co-authored-by: ToxicKidz <[email protected]>
|
|\ \ \ |
|
|/ / / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
|/ / /
| | |
| | |
| | | |
This trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
Add timestamp converter command.
Co-authored-by: Sn4u <[email protected]>
Co-authored-by: mathstrains21 <[email protected]>
Co-authored-by: mathstrains21 <[email protected]>
|
|\ \
| | |
| | | |
Update GitHub issue closed emoji
|
|/ /
| |
| |
| | |
GitHub updated their issue closed emoji from red to purple, this updates the emoji to relfect that new colour.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Shom770 <[email protected]>
Co-authored-by: aru <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
|
| | |
|
|/ |
|
|\
| |
| | |
Add Better Support For Whitelisting DM Commands
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Fix `ValueError` in game cog
|
|/ / |
|
|\ \
| | |
| | | |
AoC month changes
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Add logging to aoc completer task
|