bot
bot copied to clipboard
The community bot for the Python Discord community
On making a typo with a tag, any additional text that was sent along with it is also sent in the "Did you mean..." embed.  The fuzzy matching also...
https://github.com/python-discord/bot/blob/51852a19d304001c943c8f13be8f1a290bee1ce4/bot/cogs/off_topic_names.py#L41 Interrobang (‽) is a valid character also. We should look for any other unicode characters we might have missed that are allowed in channel names.
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.13.0 to 2.17.0. Release notes Sourced from sentry-sdk's releases. 2.17.0 Various fixes & improvements Add support for async calls in Anthropic and OpenAI integration (#3497) by @vetyy...
Closes #2808 This PR aims to improve the resiliency of the Branding manager cog. It is a rework of #2869, which I've closed and re-implemented in this branch in adherence...
**Relevant discussion**: https://discord.com/channels/267624335836053506/267624335836053506/1293835843454242816 **Summary of discussion**: [PEP 760 has been withdrawn](https://peps.python.org/pep-0760/), but at the time of discussion, `!pep 760` still returns "Draft" for status. **Possible causes suggested**: - Caching is...
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.6 to 3.10.0. Release notes Sourced from rapidfuzz's releases. Release 3.10.0 Fixed drop support for Python 3.8 switch build system to scikit-build-core Release 3.9.7 Fixed fix crash...
There are three ways a help channel can be closed: - A user closes it either via running `!close` or by using the discord right-click context menu - It gets...
According to the markdown spec, lines separated by a single newline should be joined with a space. Discord embeds doesn't seem to respect this, as demonstrated by the `!traceback` tag:...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...