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 a deleted message is logged in #message-change-log, also add a link to the message it was replying to. This will provide better context about the deleted message and is...

good first issue
a: moderation
t: enhancement
status: approved

Currently the tests for the `!silence` commands are pretty slow, taking up almost half of the execution time of the whole test suite. This PR more than doubles the speed...

a: tests
t: enhancement
s: needs review

Closes #1352 I've made it so that `!warn` will fail if the user has their DMs disabled (or has blocked the bot) AND the command was invoked in a "private"...

s: needs review

Currently, if a moderator issues a warning to a user in a channel that that user can't see (usually a moderator-only channel), and that user happens to not receive DMs...

t: feature
a: moderation
p: 3 - low

Occasionally a single user will very frequently cause false positive watchlist triggers, which results in constant moderator pings. This can for example happen if pasted code contains identifiers from a...

s: WIP
p: 3 - low
a: filters
t: enhancement

https://discord.com/channels/267624335836053506/291284109232308226/822218898693685248 is a good example for use cases where we may want to purge reactions on many messages in a channel. I don't think discord lets us remove reactions from...

t: feature
a: moderation

## Rationale If the `!user` command targets a non-moderator in a moderation channel, make the infraction history directly accessible using a reaction. Currently, we almost always combine `!user ` with...

a: frontend
a: moderation
p: 3 - low
t: enhancement

This proposes the ability to invoke commands (or if not commands generally at least tags) inline in a normal message, for example: - command: `this is a message {!e print("message")}...

s: planning
a: utility
t: enhancement

We currently have the `!ext` command to list, unload and load cogs. ![image](https://user-images.githubusercontent.com/44778521/113827426-94ecf800-9783-11eb-9df6-0dde24071c8b.png) It would be useful to have a similar command to lower the log level to DEBUG or...

t: feature
a: backend
s: planning
p: 3 - low

Currently, commands such as `!paste` or `!rule` can seem untargeted when sent in channels. To solve this I propose mentioning the username or even pinging the user. There are multiple...

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