| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-03-02 | Use get_or_fetch_channel instead of get_channel | -2/+2 | ||
| 2023-02-26 | Send a message when a user is unnominated due to being banned | -1/+6 | ||
| 2023-02-26 | Update tp list command, making it sort by review order by default | -33/+56 | ||
| 2023-02-26 | Prune inactive users from the talentpool | -2/+45 | ||
| 2023-02-26 | Add tests for new behaviour | -3/+20 | ||
| 2023-02-26 | Only review users with recent activity | -32/+66 | ||
| 2023-02-26 | Add nominations api method to get activity | -0/+18 | ||
| 2023-02-26 | Add nomination_discussion channel constant | -0/+2 | ||
| 2023-02-26 | Add line about the pastebin. | -0/+2 | ||
| Simply adds "For long code samples, you can use our pastebin" as a new final line. | ||||
| 2023-02-25 | Fix timeit commands with backticks after command name | -9/+16 | ||
| 2023-02-17 | bump isort to 5.12.0 in precommit config | -1/+1 | ||
| 2023-02-14 | Revert "Merge PR #2400: Reusable status embed workflow" | -59/+63 | ||
| This reverts commit 2f8efdc646492707f6a9647fcbc4d71678181b90. | ||||
| 2023-02-14 | Merge PR #2400: Reusable status embed workflow | -63/+59 | ||
| * make status embed reusable * invoke status embed from lint-test * trigger status embed from within deploy workflow * trigger status embed from build wf * update extension of referenced reusable workflow * add github.sha to construct the concurrency group * always call the status_embed from build & deploy | ||||
| 2023-02-13 | Add legacy help access to self-assignable roles | -0/+3 | ||
| 2023-02-11 | Update bot/exts/moderation/infraction/_utils.py | -1/+1 | ||
| Put the bot mention in parentheses. This is intended to make the message clearer, in the unlikely circumstance that someone does not have the ModMail bot account in their user cache. Co-authored-by: Vivek Ashokkumar <[email protected]> | ||||
| 2023-02-09 | bump pydis core to 9.4.1 | -10/+10 | ||
| 2023-01-25 | fix typo in help channel opening embed | -1/+1 | ||
| 2023-01-23 | Update closed help post embed text | -9/+6 | ||
| 2023-01-23 | Add action text to help channel embeds | -2/+3 | ||
| 2023-01-23 | Add icons to help channel bot embeds | -4/+8 | ||
| 2023-01-14 | fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGE | -1/+1 | ||