| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
display the final Madlib due to an error on this line
|
|
|
|
|
|
|
|
|
| |
* better emojis replacement
* Update uwu.py
Hot fix: wrong function call typo.
* Update emoji raw text to normal emojis.
|
|
|
|
|
|
|
| |
* better emojis replacement
* Update uwu.py
Hot fix: wrong function call typo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bump ruff from 0.2.1 to 0.3.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* apply ruff fixes
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shtlrs <[email protected]>
|
| |
|
| |
|
| |
|
|
|
| |
Signed-off-by: GitHub <[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: 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
|
|\ |
|
| | |
|