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

Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11. Changelog Sourced from regex's changelog. Version: 2024.9.14 Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them. Version: 2024.9.13 Updated...

a: dependencies
python

Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.0.1. Release notes Sourced from deepdiff's releases. 8.0.0 With the introduction of threshold_to_diff_deeper, the values returned are different than in previous versions of DeepDiff. You...

a: dependencies
python

Closes #3327. Implemented an optional `duration` argument for the slowmode command. If the duration argument is present, the intended expiration datetime and the original slowmode interval are saved in redis...

Bumps the pip group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.3 to 2.32.4 Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a...

python
dependencies

Supersedes #3325. This issue is for the addition of a new argument to the `!slowmode set` command to have the bot time out slowmodes. Proposed syntax: `!slowmode set [channel] `...

a: moderation
p: 3 - low
l: 1 - intermediate
t: enhancement
up for grabs
status: approved

Invoking `!d discord` to lookup the the discord.py documentation is currently not working as intended. It causes the bot start typing and never produces an output. ![Image](https://github.com/user-attachments/assets/897f2414-e9c2-42ad-9efd-08975c07af9f) It seems to...

a: information

A lot of beginners encounter circular import error so often so that it would be nice && wise to have a command like `!circular-import` just like `!return` giving the user...

I think it'd be exceedingly helpful to quickly be able to view a user's infraction history as an ephemeral message in the same channel. The current system of going to...

a: frontend
a: moderation

Problem Explanation: In the code, the backticks around the symbol name are handled later, but splitting the string happens earlier (symbol_name.split(maxsplit=1)[0]), which results in the symbol name being truncated before...

Exploitation example: ``` ``` ![Image](https://github.com/user-attachments/assets/ca60e253-8834-4173-a579-9801cbb25ccc) (discord unhelpfully resolves the `..`s) The reason this is happening is [this regex](https://github.com/python-discord/bot/blob/46cbc19f9a1c7af0677b29e9a85d2d790e24c9e0/bot/exts/info/code_snippets.py#L18-L21) matching `../../../../users/octocat` as the filename and then blindly substituting it into [this...