bot icon indicating copy to clipboard operation
bot copied to clipboard

The community bot for the Python Discord community

Results 259 bot issues
Sort by recently updated
recently updated
newest added

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. ![Example](https://media.discordapp.net/attachments/757877755395309609/814017613654130739/unknown.png?width=695&height=240) The fuzzy matching also...

t: bug
a: backend
p: 2 - normal

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.

t: feature
a: API
p: 3 - low
a: utility

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...

a: dependencies
python

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...

a: dependencies
python

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...

a: help channels

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:...

t: bug
a: frontend
s: planning
a: tags

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 --...

a: dependencies
python