| Commit message (Collapse) | Author | Age | Lines | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xithrius <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* Bump ruff from 0.0.265 to 0.0.267
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267)
---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix linting errors from new ruff rules
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lovering <[email protected]>
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: Amrou Bellalouna <[email protected]>
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
This makes sure that all cogs that need keys won't load.
Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
This also renames the Client class to Bot, to align better with Python.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
|  | 
Co-authored-by: Amrou Bellalouna <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Reads the latex API URL from an environment variable, to allow modifying
it in prod.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
|  | 
Co-authored-by: Xithrius <[email protected]>
 | 
| | 
| 
| 
|  | 
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: Chris Lovering <[email protected]>
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
With https://github.com/python-discord/quackstack/pull/74 the location for the generated duck as been moved to the Location header, as a full URL.
 | 
| | 
| 
| 
|  | 
This moves away from an infinite loop, to a task scheduling approach. Doing it this way avoids an infinitely running cog_load
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
uwu_command
 | 
| | 
| 
| 
|  | 
_convert_embed into bot/utils/messages.py
 | 
| | 
| 
| 
|  | 
and to use that
 | 
| |\   | 
 | 
| | |  | 
 | 
| | |\   | 
 | 
| | | | 
| | | 
| | |  | 
Add jokes command
 | 
| | | |  | 
 | 
| | | | 
| | | 
| | |  | 
Co-authored-by: ChrisJL <[email protected]>
 | 
| | | | 
| | | 
| | |  | 
Co-authored-by: ChrisJL <[email protected]>
 | 
| | | | 
| | | 
| | | 
| | | 
| | |  | 
- Added ASCII flag to match pattern
- Changed `isdigit` check to `isdecimal`
 | 
| | | | 
| | | 
| | | 
| | |  | 
Updated usage for new naming
 | 
| | | | 
| | | 
| | | 
| | |  | 
Updated pattern to follow similar naming convention of `REGEX_*` instead of `RE_*` as rest of file.
 | 
| | | | 
| | | 
| | | 
| | | 
| | |  | 
- Added docstring to `Emoji` class.
- Added period to end of `_ext_emoji_replace` docstring.
 | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | |  | 
- Added pattern `RE_EMOJI` to capture emoji markdowns
- Implemented dataclass for emoji information
- Added function `_ext_emoji_replace` to replace external undisplayable emojis with random emoticons
- Added call to said function in `_uwuify`
 | 
| | | | 
| | | 
| | | 
| | |  | 
The regex character class for the single character [w] is redundant. The character can be directly used.
 | 
| | |/   | 
 | 
| | |  | 
 | 
| | |  | 
 | 
| |/   | 
 | 
| |  | 
 | 
| |  | 
 | 
| |\   | 
 | 
| | | 
| | 
| |  | 
Co-authored-by: Xithrius <[email protected]>
 | 
| | |  | 
 | 
| | |  | 
 | 
| | |  | 
 |