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

When an automatic deletion happens for example with a token or an attachment, the user's message is currently lost. Assuming the DMs are open, in cases like the 2 above...

t: feature
s: planning
a: filters
p: 2 - normal

Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6. Release notes Sourced from rapidfuzz's releases. Release 3.9.6 Changed upgrade to Cython==3.0.11 add python 3.13 wheels Release 3.9.5 Fixed include simd binaries in pyinstaller...

a: dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. Changelog Sourced from coverage's changelog. Version 7.6.1 — 2024-08-04 Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path>...

a: dependencies
python

Bumps [lxml](https://github.com/lxml/lxml) from 5.2.2 to 5.3.0. Changelog Sourced from lxml's changelog. 5.3.0 (2024-08-10) Features added GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]>...

a: dependencies
python

Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.7.24. Changelog Sourced from regex's changelog. Version: 2024.7.24 Git issue 539: Bug: Partial matching fails on a simple example Version: 2024.6.22 Git issue 535: Regex...

a: dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...

a: dependencies
python

`!raw https://discord.com/channels/267624335836053506/704372456592506880/1276236941079351308` returns something containing: ``` See the full release notes for all of the details: https://python- oracledb.readthedocs.io/en/latest/release\_notes.html#oracledb-2-4-1-august-2024 ``` Note the backslash escape. Discord interprets that as (backslash is turned...

### What feature are you proposing? Send a DM to members when the bot detects a certain keyword in the incoming messages. ### What is your justification for the proposed...

t: feature
p: 3 - low
l: 1 - intermediate
status: approved
area: features

### Amendment type Content Update ### Content type Other ### Please provide the location of the content https://github.com/python-discord/bot/blob/main/bot/constants.py#L766 ### What amendment do you think should be made to this content,...

- Closes GH-2451 The code might not be that clean, also i think that the annotations were wrong before, now they are surely wrong, do you care about them? Also,...

s: waiting for author