sir-lancebot
sir-lancebot copied to clipboard
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
## Description Dead image in monster survey command. ## Steps to Reproduce `.monster show goofy` ## Expected Behaviour Show the image of goofy. ## Actual Behaviour Image is not shown....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. Release notes Sourced from astral-sh/setup-uv's releases. v7.0.0 🌈 node24 and a lot of bugfixes Changes This release comes with a load of bug fixes...
## Relevant Issues closes https://github.com/python-discord/sir-lancebot/issues/1697 ## Description ## Did you: - [x] Join the [**Python Discord Community**](https://discord.gg/python)? - [x] Read all the comments in this template? - [x] Ensure there...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 12.0.0. Release notes Sourced from pillow's releases. 12.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/12.0.0.html Removals Remove support for FreeType <= 2.9.0 #9159 [@radarhere] Drop support for Python 3.9 #9119 [@hugovk]...
## Relevant Issues https://github.com/python-discord/sir-lancebot/issues/1691?notification_referrer_id=NT_kwDOBivkC7UxODE0MTkwMjE5MjoxMDM1Mzk3MjM#event-19124053085 ## Description Changes made: - Extend the existing 'joke' command with 'dad' category using icanhazdadjoke API - Keep the existing joke categories (chuck, neutral, all) How...
## Description https://github.com/python-discord/sir-lancebot/blob/c8526d7935ee37389d10b03e833ccdeb2faa5101/bot/exts/utilities/githubinfo.py#L123-L125 This data is provided in the issue body under the pull_request key. We don't need to fetch a second time. ## Reasoning This will halve the requests...
## Relevant Issues Closes #985 ## Description - Grid size: 6x6 - `.sudoku [difficulty]` to start a game, send coordinate and digit to enter guesses (e.g. `A1 1`) - Difficulties:...
Motivation: - The current .joke command supports chuck, neutral, and all. Adding dad jokes increases the variety without disrupting existing functions. - This serves as the first open-source contribution Proposal:...
## Relevant Issues Closes #1000 ## Description - Added an "End Game" button to end the game in case a user decides not to play after starting a game. -...