| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-07-15 | Fix superstarify reason displaying the incorrect nickname | -11/+7 | ||
| Because the edit was happening before the reason string was formatted, the edit updated the state of the user object, causing the nickname to be the superstarified one rather than the one the user was attempting to use. | ||||
| 2021-07-15 | Add command to resend infraction embed | -3/+13 | ||
| Resolve #1664 | ||||
| 2021-07-15 | Add util function to send an infraction using an Infraction dict | -19/+45 | ||
| There was some redundant pre-processing of arguments happening before calling `notify_infraction`. | ||||
| 2021-07-15 | Remove unnecessary config constant | -2/+0 | ||
| It's only being used as an anchor in the YAML file. There is no need to have it in Python if no Python code references it. | ||||