Kreusada
Kreusada
### Description of the changes I noticed that `redbot/core/_debuginfo.py` was not present in the labeler config, and probably should be. ### Have the changes in this PR been tested? Yes
### Description of the changes I have noticed that when `__repr__()` is to raise an exception, the `[p]repl` command fails, and the exception is explicitly raised instead of being sent...
### Description of the changes Supercedes #5076. This PR changes permission decorators to use the `commands` module instead of `checks`. Had to re-open because conflicts created from recent PRs were...
### Description of the changes Excludes the `files_from_attatch` member from Tunnel automodule, as this "alias" doesn't need to be documented aswell. ### Have the changes in this PR been tested?...
### Description of the changes Edits docstrings in the antispam module to be sphinx-like, and consequently adds an entry for the module into the utils framework documentation. ### Have the...
### Description of the changes Closes #5301. May be altered pending comments on #5390. Adds JSON schema for Trivia list author and configuration keys, still a work in progress.
### Type - [x] Bugfix - [ ] Enhancement - [ ] New feature ### Description of the changes Bump black to 22.3.0 to prevent ImportError on running checks
### Type - [x] Bugfix - [ ] Enhancement - [ ] New feature ### Description of the changes Bumped python-Levenshtein dependency. 0.12.0 appears to have been yanked, with the...
### Description of the changes Closes #6273. Makes markdown formatting in `[p]streamalert list` more compliant with newer Discord markdown. ### Have the changes in this PR been tested? Yes
### Description of the changes Currently, there is no proper way to see whether the bot has been serverlocked or not. This PR adds a line which is displayed inside...