bot
bot copied to clipboard
The community bot for the Python Discord community
closes #2007
Would love all the feedback!
Fixes python-discord/meta#189
*Edited to take into account comments below* ## Updates to nomination review system posting conditions There are a few changes we'd like to make to the nominations review system. ###...
Part two of #2231. Users can now reference a message to use its content as the reminder's new content when editing a reminder, as is already the case when creating...
## Summary This is a proposal to extend the `AntiMalware` cog to automatically submit file links and attachments to the VirusTotal API for testing. https://developers.virustotal.com/reference/overview The public API allows up...
Sentry Issue: [BOT-2ZT](https://sentry.io/organizations/python-discord/issues/3092995113/?referrer=github_integration) ``` Failed to apply ban to user xxxxxxxxxxxxx ``` See https://github.com/python-discord/bot/blob/f9fff6eaae409c7ba12ea6f95873aa0fd0340554/bot/exts/moderation/infraction/infractions.py#L125 I think this happens when a user is cleanbanned after being banned. We can probably just...
# Description This PR does the following things related to the PR description: 1. Bumps the Python version up to 3.10, ensuring CI is updated too. - [`0797e70` (#2229)](https://github.com/python-discord/bot/pull/2229/commits/0797e702e7c2f2c7d9944e351c2681f7250862bd) 1....
Lots of users have issues with installing python, sometimes not checking correct options or installing from correct sources. A tag would be simple and fix this issue. It could, for...
Currently there's no way to undo or remove an infraction added to a member, only having an edit command that can let us change it to inactive. The infraction in...