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 Add 3 levels of difficulty to the connect 4 AI for the user to choose from: - **Easy**: the current AI implementation - **Medium**: the AI also attempts...
## Description `on_message` function: https://github.com/python-discord/sir-lancebot/blob/9ecf423268bb3a89e881e4b28e5ee56fe9b33819/bot/exts/utilities/githubinfo.py#L175 https://github.com/python-discord/sir-lancebot/blob/9ecf423268bb3a89e881e4b28e5ee56fe9b33819/bot/exts/utilities/githubinfo.py#L183 Here the `on_message` function returns more than just issues, it also returns pull requests. So the docstring and the variable names should be changed...
## Description Rather than using the usernames, the command should first try nicknames, then fall back to usernames if necessary. Alternatively, according to Nicky, "Love is deep. Love is about...
I have noticed that sir lancebot only allows us to add bookmarks, but not deleting them. I figured that this could be useful for whatever reasons people would have w...
## Description After a member invokes the "topic" command, they have the ability to re-roll the embed to choose a different conversation prompt. When they do this, the previous contents...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0. Release notes Sourced from pillow's releases. 10.4.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html Changes Raise FileNotFoundError if show_file() path does not exist #8178 [@radarhere] Improved reading 16-bit TGA images...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.0 to 2.7.1. Release notes Sourced from sentry-sdk's releases. 2.7.1 Various fixes & improvements fix(otel): Fix missing baggage (#3218) by @sentrivana This is the config file of...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0. Release notes Sourced from ruff's releases. 0.5.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...
## Relevant Issues #1497 ## Description When the hangman command times out, reply to the original message saying that you lost, the game timed out, and what the word was....
Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.1.0 to 11.2.0. Release notes Sourced from pydis-core's releases. v11.2.0 What's Changed Upgrade discord.py to 2.4 by @jb3 in python-discord/bot-core#244 Use python version specifier that dependabot can...