bot
bot copied to clipboard
The community bot for the Python Discord community
In https://github.com/python-discord/organisation/issues/341 we discussed the want to store and process messages from help channels. This is so that we can better investigate the usages of our help channels, in order...
The purpose of the mentions rule is to catch people spamming user mentions, but `message.mentions` shows the user being replied to, if the reply is pinging, which is out of...
In sir-lancebot, there are currently issue templates for ease of use, and uniform issues. I suggest we either move the sir lancebot issue templates to the repo or create new...
`https://google.com` produces an embed with a url `https://google.com/`. Since those two don't compare equal, the embed filter thinks the embed wasn't auto-generated from a url. We should ignore trailing slashes...
Currently, if the API goes down, moderation goes down. In an ideal world, we'd like to allow moderation to continue even if the API is down. This could be achieved...
## Description The remind command is a useful feature, particularly when working on projects on the server. The way it is currently set up, you have to invoke the command...
The bot often makes use of the pattern of `loop.create_task` with tasks that are meant to run perpetually. However, there are no provisions for restarting tasks should any exceptions occur...
The bot can detect when someone is in the middle of typing a message and prevent the channel from going dormant if it was otherwise about to become dormant. This...
Related: https://github.com/python-discord/site/issues/311 Superstarify could do with a bit of an upgrade. It has a severe lack of images of the stars chosen for the new name. Which is a little...
#441 Implemented a role info command, but it's a bit fat. This issue proposes we put the `role` embed on a diet: **Old**  **New**  _Edited now that !mention...