| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Remove reactions from everyone when paginating and waiting for trashcan ↵ | 2021-04-12 | -44/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reaction. (#1471) * Remove reactions from everyone * Make flake8 happy * Make flake8 happy again * Remove reactions in check functions * Make flake8 happy for the last time * Update bot/pagination.py Co-authored-by: Kieran Siek <[email protected]> * Make create_task one line and return False in checks * Fix return so it returns either True or False * Use scheduling.create_task and suppress HTTPException * Suppress HTTPException in scheduling.create_task * Remove double if-statements Co-authored-by: Mark <[email protected]> * change suppress_exceptions to suppressed_exceptions * Make suppressed_exceptions a kwargs for _log_task_exception * Update scheduling.create_task call to correspond with *args * Fix NameError: reaction, user -> reaction_, user_ * Update scheduling.create_task call to correspond with *args in messages.wait_for_deletion * reaction -> reaction_ * Ignore reactions from the bot * Fix type annotations for create_task * Refactor add_reaction check to a separate function * Name the remove_reaction task Co-authored-by: Kieran Siek <[email protected]> Co-authored-by: Mark <[email protected]> | |||
| * | Merge pull request #1014 from Numerlor/doc-imp | 2021-04-12 | -748/+1561 | |
| |\ | ||||
| | * | Merge branch 'main' into doc-imp | 2021-04-12 | -1190/+1562 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1516 from ToxicKidz/sorted-available-channels | 2021-04-11 | -1/+3 | |
| |\ \ | | | | | | | Sort the available help channels in #how-to-get-help by position | |||
| | * \ | Merge branch 'main' into sorted-available-channels | 2021-04-11 | -17/+95 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1513 from python-discord/bug/filters/1469/invis-chars | 2021-04-11 | -17/+95 | |
| |\ \ \ | | | | | | | | | Filtering: remove invisible characters before checking filters | |||
| | * \ \ | Merge branch 'main' into bug/filters/1469/invis-chars | 2021-04-11 | -23/+101 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | Filtering: use a more thorough regex for zalgo & invisible chars | 2021-04-11 | -35/+91 | |
| | | | | | | | | | | | | | | | | | | | | | Install the regex package to take advantage of its support for Unicode categories. | |||
| | * | | | Filtering: remove invisible characters before checking filters | 2021-04-09 | -0/+22 | |
| | | | | | ||||
| | | * | | Sort the available help channels in #how-to-get-help by position | 2021-04-11 | -1/+3 | |
| | |/ / |/| | | ||||
| * | | | Merge pull request #1414 from python-discord/dynamic-available-message-patch | 2021-04-11 | -0/+54 | |
| |\ \ \ | | | | | | | | | Reworked dynamic available help message logic. | |||
| | * \ \ | Merge branch 'main' into dynamic-available-message-patch | 2021-04-11 | -25/+49 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1503 from python-discord/tp-get_review-command | 2021-04-11 | -23/+47 | |
| |\ \ \ \ | |_|/ / |/| | | | Add a !tp get_review command to get the nomination text without posting it | |||
| | * | | | Merge branch 'main' into tp-get_review-command | 2021-04-11 | -8/+205 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1511 from onerandomusername/defcon-voice-shutdown | 2021-04-09 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | Close voice channels with defcon shutdown | |||
| | * | | | | Close voice channels with defcon shutdown | 2021-04-08 | -2/+2 | |
| |/ / / / | ||||
| | * | | | Recruitment: Don't use emoji literals | 2021-04-11 | -9/+9 | |
| | | | | | ||||
| | * | | | Talentpool: loop style change | 2021-04-06 | -1/+1 | |
| | | | | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]> | |||
| | * | | | Properly handle the lack of nomination of a user | 2021-04-06 | -2/+2 | |
| | | | | | ||||
| | * | | | Use emoji names in nomination body | 2021-04-06 | -1/+1 | |
| | | | | | | | | | | | | | | | | | This caused unicode errors in Discord attachment previews. | |||
| | * | | | Add a !tp get_review command to get the nomination text without posting it | 2021-04-06 | -13/+37 | |
| | | | | | | | | | | | | | | | | | This can be used when an information should be added to the post, or someone wants to review the user. | |||
| | | * | | Added how_to_get_help channel constant. | 2021-04-08 | -0/+2 | |
| | | | | | ||||
| | | * | | Merge branch 'main' into dynamic-available-message-patch | 2021-04-08 | -1551/+2225 | |
| | | |\ \ | |_|/ / |/| | | | ||||
| * | | | | Merge pull request #1509 from bsoyka/ytdl-terms | 2021-04-08 | -4/+4 | |
| |\ \ \ \ | | | | | | | | | | | Update YouTube terms in the `ytdl` tag | |||
| | * | | | | Use the UK version of the YouTube TOS | 2021-04-07 | -3/+3 | |
| | | | | | | ||||
| | * | | | | Update YouTube terms in the ytdl tag | 2021-04-07 | -4/+4 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1504 from python-discord/reduce-default-stream-duration | 2021-04-06 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Reduce default duration of stream permission from 30m to 5m | |||
| | * | | | | Reduce default duration of stream permission from 30m to 5m | 2021-04-06 | -1/+1 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1493 from python-discord/stream-and-revokestream-commands | 2021-04-06 | -2/+199 | |
| |\ \ \ \ | |/ / / |/| | | | Stream and revokestream commands | |||
| | * | | | Merge branch 'main' into stream-and-revokestream-commands | 2021-04-06 | -153/+61 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1499 from bsoyka/user-colors | 2021-04-05 | -12/+10 | |
| |\ \ \ \ | | | | | | | | | | | Ignore colourless roles for the `!user` embed color | |||
| | * \ \ \ | Merge branch 'main' into user-colors | 2021-04-05 | -16/+33 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1500 from python-discord/vcokltfre-intents-classmethod | 2021-04-05 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Don't create an instance of intents before calling its classmethod | |||
| | * \ \ \ \ | Merge branch 'main' into vcokltfre-intents-classmethod | 2021-04-05 | -1/+1 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #1501 from python-discord/ks123/ghcr-token-to-github | 2021-04-05 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action | |||
| | * | | | | | | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action | 2021-04-05 | -1/+1 | |
| |/ / / / / / | | | | | | | | | | | | | GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. | |||
| | * / / / / | chore: don't create an instance of intents before calling its classmethod | 2021-04-05 | -1/+1 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #1479 from python-discord/limit-nominate-command-channels | 2021-04-04 | -14/+31 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Limit nominate command channels | |||
| | * \ \ \ \ | Merge branch 'main' into limit-nominate-command-channels | 2021-04-04 | -1275/+1371 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | config and constants changes | 2021-03-22 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added moderators category to constants.py, and removed mods and mod_spam from config as no longer used | |||
| | * | | | | | Limit nominate to nominations channel | 2021-03-21 | -2/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added a forcenominate command to allow mods to override this if necessary | |||
| | * | | | | | Added moderators category to config | 2021-03-21 | -10/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was not done previously as the defcon channel in the category was viewable by helpers, but now it is mods+ I also removed the now unnecessary constants for whitelisted channels | |||
| | | * | | | | Minor test changes for the !user embed | 2021-04-05 | -10/+6 | |
| | | | | | | | ||||
| | | * | | | | Update information tests for new embed color logic | 2021-04-04 | -6/+8 | |
| | | | | | | | ||||
| | | * | | | | Use Member.colour rather than a list comprehension for !user | 2021-04-04 | -3/+1 | |
| | | | | | | | ||||
| | | * | | | | Ignore colourless roles in !user embed | 2021-04-04 | -1/+3 | |
| | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1497 from python-discord/mbaruh-staff_info | 2021-04-04 | -0/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Blacklist staff_info for duckpond | |||
| | * | | | | | Blacklist staff_info for duckpond | 2021-04-04 | -0/+2 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #1464 from python-discord/allow-poll-to-leads | 2021-04-01 | -2/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Allow !poll to leads | |||
| | * \ \ \ \ | Merge branch 'main' into allow-poll-to-leads | 2021-04-01 | -1151/+1276 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||