| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is the colour github uses on the website, and looks much better on darkmode.
|
|
|
|
|
|
| |
- Issue closed emoji is renamed to `issue_completed` to better reflect
the `state_reason` key provided by the GitHub API that determines the
usage of this emoji.
|
|
|
|
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shtlrs <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lovering <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
|
| |
|
|
|
|
|
| |
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 8d4fa84652e98dcb92fddf0a776c32634e0dfcf0.
|
| |
|
|
|
|
| |
This also renames RedisConfig to Redis, the way we have it in Python
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This also renames the Client class to Bot, to align better with Python.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add default unicode emoji for trashcan
* Fix keeping the emoji for pydis and default unicode emoji for forks
* Remove extra vairable in `Emoji`
Co-authored-by: wookie184 <[email protected]>
* Remove f-string without placeholder
The flake8 life.
---------
Co-authored-by: wookie184 <[email protected]>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Xithrius <[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]>
|
|
|
|
| |
GitHub updated their issue closed emoji from red to purple, this updates the emoji to relfect that new colour.
|
|
|
|
| |
This task uses the cached leaderboard to see who has all 50 stars and assigns them a role to highlight them as completers.
|
|
|
|
| |
add exceptions and handler for commands that move locations
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Place logging to file behind an environment variable.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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]>
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add support to query AoC results in respect of days and stars
From now on the AoC leaderboard command accepts a total of 2 optional arguments a day and star string (eg.: 1-2, for the second star of the first day) and a number of results they would like to see, with a total maximum of 15.
This commit also introduces a few minor fixes in the AoC helper.
* Improve overall code consitency in the AoC event Cog and helpers
* Improve indenting and code consistency in the AoC cog
* Improve code transparency in the AoC helpers
* Patch various inconsistencies in the AoC cog and helpers
* Migrate AoC Day and Star statistics filtering to Dropdowns
From now on when the AoC leadearboard command is used with the DayAndStar argument(bool)
the bot will send a View with two dropdowns and a button to Fetch the data based on the value
of the Dropdowns.
* Improve code and comment consistency in the AoC views and helpers
* Patch logic errors, improve consistency in the AoC cog and view.
* Add support to delete view from the message after timeout in the AoC cog
* Move the day_and_star logic out of the typing context manager in the AoC cog
* Revert season-locker in the AoC cog
* Improve overall code transparency and indenting in the AoC cog and views
* Remove unnecessary returns in the AoC cog and view
|
| | |
| | |
| | |
| | | |
We deleted and re-made the channels so new IDs are needed.
|