bot
bot copied to clipboard
The community bot for the Python Discord community
Quite often users setup a reminder, and when it gets to that time set another reminder for the same reason. This is usually because the reminder is to get them...
For a while now, I've been noticing that my longer reminders are usually removed from the database, without being sent, leading to many missing reminders. I've been digging into it...
Implements part 1 of #1960
Following the successful implementation of an updated available help channel embed, I think it's time that we update the dormant help channel embed as well. There are two main reasons...
This issue consists of two parts: 1. I believe we can improve `helpdm`'s embeds by making changes such as: - Adding a mention to the claimant - Setting their profile...
**See python-discord/branding#171.** Currently, at least according to the validation in [events/validation.py](https://github.com/python-discord/branding/blob/main/events/validation.py) in the branding repo, events can't go from December to January as the end date is earlier than the...
So my idea is for helpees (channel claimer) and helpers (role: helper+) to be able to tag a help channel with the helpee's needed topic/s of help. An example would...
When trying to use the source command on a tag, it errors out and the exception is not caught:  A simple solution would be to just catch the exception,...
In #1446 we made the bot unfurl and message links found in reported incidents. This sends a webhook with details on the message referenced. This is *incredibly* useful, especially for...
This issue proposes allowing users to specify the end time of a reminder as the duration, instead of a relative time (e.g. `!remind "01-11-2021 08:00" example` instead of `!remind 16h38M...