Boris Muratov
Boris Muratov
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,...
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...
We sometimes need to query user data such as the user or infractions embed, when all we have is the username. Since the site DB stores user ID's and usernames,...
I tried adding the following snippet to a django template: https://bulma-collapsible.netlify.app/usage/#collapsible-card However the element appears collapsed, and pressing the button does not expand it. Made sure that bulma-collapsible is enabled.
We designed the verification system before we had components and interactions. Discord has changed quite a bit since, and we should revisit the current setup. ## Current State Users have...
We should have a command to append to a nomination reason, when the current reason is okay and we just want to add information without repeating the entire reason. Like...
We should have a context menu command for helpers to nominate users. * The command will be available only to helpers. * If the helper didn't nominate the user yet,...
Adds a button to the mod alert when there's a chance this is a phishing attempt. Pressing the button will compban the user and add the appropriate content as an...
Tags can have aliases, and they clutter the tags list. A person going over the possible tags will see several entries of the same tag, and might be unable to...
Currently, the `update` method of RedisCache only accepts a dictionary. I think it should be able to accept keyword arguments as well, similarly to a dict. This will allow code...