| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-02-25 | Instructions to dispute an infraction vary by infraction type. | -24/+26 | ||
| Previously, the user was instructed to email the appeals email for infraction types that don't remove one from the server. They are now instructed to DM ModMail except for Ban-type infractions. Also removed the URL string literal from the hyperlink to that URL. | ||||
| 2021-02-23 | Fixes Problems With Help Channel DM | -6/+7 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-23 | Use textwrap.shorten instead of custom function | -11/+4 | ||
| This applies to the help channel DM embed, where the user is sent a truncated version of their message. | ||||
| 2021-02-23 | Update embed field title to be more formal | -1/+1 | ||
| 2021-02-23 | Send DM when user claims help channel | -0/+1 | ||
| 2021-02-23 | Add green question mark to default config | -0/+2 | ||
| Add green question mark to default config Add green question mark to config | ||||
| 2021-02-23 | Add function to DM users when opening help channel | -0/+33 | ||
| 2021-02-23 | Add truncate_message util | -0/+9 | ||
| 2021-02-21 | Update max available channels to 3 | -1/+1 | ||
| Partially resolves #1427 | ||||
| 2021-02-21 | Update token remover unittests | -2/+2 | ||
| 2021-02-21 | Ping the mods if a token present in the server is found no matter the kind | -1/+1 | ||
| 2021-02-21 | Show the last three characters of censored tokens | -1/+1 | ||
| 2021-02-20 | Set max attachment from 3 -> 6 | -1/+1 | ||
| 2021-02-20 | Update CODEOWNERS | -1/+5 | ||
| 2021-02-20 | Remove attachments check in duplicates filter | -1/+1 | ||
| 2021-02-19 | Delete free.md | -5/+0 | ||
| Reasoning behind this is it is rarely used and when its used its often just to test something or as an attempt to close a help channel. | ||||
| 2021-02-14 | Update Dockerfile | -1/+1 | ||
| 2021-02-13 | Made flake8 even happier. | -1/+1 | ||
| 2021-02-13 | Escaping markdown in all fields that are created. | -1/+2 | ||
| 2021-02-13 | Move Git SHA defining at end of Dockerfile to re-enable caching | -5/+7 | ||
| Defining SHA at the beginning of build breaks caching, so this should be avoided. | ||||
| 2021-02-12 | Taking only the first line of multiline fields. | -2/+7 | ||
| 2021-02-12 | Rotating colours in embed, title now links to package. | -5/+12 | ||
| 2021-02-12 | Added colours yellow, blue, and white. | -6/+12 | ||
| 2021-02-12 | Made docstring more specific. | -1/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-02-12 | Moved hyperlink to title. | -2/+2 | ||
| 2021-02-12 | Finalized logic to account for null cases. | -3/+3 | ||
| 2021-02-12 | Accounting for completely empty fields that only contain whitespaces. | -1/+2 | ||
| 2021-02-12 | Empty fields have been accounted for by getting usually non-empty ones. | -7/+8 | ||
| 2021-02-11 | Made flake8 very happy. | -2/+2 | ||
| 2021-02-11 | Added more fields and responses. | -5/+25 | ||