aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/snakes (follow)
Commit message (Collapse)AuthorAgeLines
* Cleanup constants (#1484)Gravatar Amrou Bellalouna2024-05-21-8/+8
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-8/+9
|
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-2/+2
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-6/+5
|
* Remove usage of non-existent ctx.history.filter (#1380)Gravatar Bradley Reynolds2023-10-08-6/+5
| | | Signed-off-by: GitHub <[email protected]>
* Made ruff happyGravatar Xithrius2023-09-05-4/+4
|
* Merge branch 'main' into snakes-cleanupGravatar wookie1842023-08-23-3/+3
|\
| * Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-9/+7
| | | | | | | | | | | | | | 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]>
* | Handle snakes without imagesGravatar wookie1842023-07-08-6/+12
| |
* | Fix: stop using deprecated PIL .getsize methodGravatar wookie1842023-07-08-2/+5
| |
* | Use built in timeout handling for aiohttp instead of async_timeoutGravatar wookie1842023-07-08-6/+5
|/
* Bump ruff from 0.0.265 to 0.0.267 (#1276)Gravatar dependabot[bot]2023-05-15-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-79/+72
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use Tokens.Youtube in the Snakes CogGravatar shtlrs2023-05-06-2/+2
|
* Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+3
| | | | | | 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.
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-3/+3
|
* search and replace ctx.typingGravatar mudkipdev2023-03-28-4/+4
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-2/+1
|
* Check role id in MODERATION_ROLES instead of comparing to moderation_team ↵Gravatar Izan2021-10-11-12/+13
| | | | and safeguard `.roles` attribute
* Rename `Roles.moderator` to `Roles.moderation_team`Gravatar Izan2021-10-11-1/+1
|
* Move snakes commands into fun folderGravatar Janine vN2021-09-05-0/+1965