| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #2380 from python-discord/trim-help-command-error-title | 2023-03-03 | -3/+8 | |
| |\ | | | | | Trim query in command not found error to avoid embed limits | |||
| | * | Merge branch 'main' into trim-help-command-error-title | 2023-03-03 | -1417/+1749 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #2421 from shtlrs/bump-pydis-core-to-9-5-0 | 2023-02-28 | -1108/+1108 | |
| |\ \ | | | | | | | Bump pydis-core to 9.5.0 | |||
| | * | | add the `flags` key to the member_data dictionary | 2023-02-28 | -1/+1 | |
| | | | | | | | | | | | | | | | | The value 2 represents the `COMPLETED_ONBOARDING` flag, found here https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-flags | |||
| | * | | bump pydis-core to 9.5.0 | 2023-02-28 | -1107/+1107 | |
| |/ / | ||||
| * | | Include embed titles in all tags (#2419) | 2023-02-27 | -124/+327 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add title and remove heading + also changed any mentioning of `!tags` command * Fixed yaml scan errors + using tabs instead of spaces + enclosed title in `comparison.md` with quotes * Implement ChrisLovering reviews + changed all "Name1 vs. Name2" to "Name1 vs. name2" + changed "python discord" to "Python Discord" in titles + fix typos + reverting hunk for `dotenv.md` + changed all title cases to sentence cases * fix grammar + changed "embed" to "embeds" * remove other ot channels mentioned except ot2 * Fix mistakenly removing a blank line | |||
| * | | Merge pull request #2403 from Ibrahim2750mi/migration/tag | 2023-02-27 | -142/+167 | |
| |\ \ | | | | | | | Migrated `!tags` command to slash command `/tag` | |||
| | * \ | Merge branch 'main' into migration/tag | 2023-02-27 | -9/+18 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #2417 from python-discord/swfarnsworth-code-command-paste | 2023-02-26 | -0/+2 | |
| |\ \ \ | | | | | | | | | Add line to `!code` about the pastebin | |||
| | * \ \ | Merge branch 'main' into swfarnsworth-code-command-paste | 2023-02-26 | -9/+16 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #2415 from python-discord/timeit-backticks | 2023-02-26 | -9/+16 | |
| |\ \ \ \ | | | | | | | | | | | Fix timeit commands with backticks after command name | |||
| | * | | | | Fix timeit commands with backticks after command name | 2023-02-25 | -9/+16 | |
| |/ / / / | ||||
| | * / / | Add line about the pastebin. | 2023-02-26 | -0/+2 | |
| |/ / / | | | | | | | | | | Simply adds "For long code samples, you can use our pastebin" as a new final line. | |||
| | * | | Implement shtlrs reviews | 2023-02-27 | -14/+19 | |
| | | | | | | | | | | | | | | | | + removed using of discord.User + update docstring for `get_command_ctx` + renamed user variables to member | |||
| | * | | Implement reviews | 2023-02-26 | -64/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | + used both `discord.User` and `discord.Member` in typehinting as `InteractionResponse.user` returns `discord.User` object + removed `ErrorHandler()._can_run` + edited `try_get_tag` to use `bot.can_run` + removed `/tag list` + change `/tag get <name>` to `/tag <name>` + remove redundant `GUILD_ID` in `tags.py` + using `discord.abc.Messageable` because `ctx.channel` returns that instead of `Channel` Object | |||
| | * | | Upadte docstring for `ErrorHandler()._can_run` | 2023-02-23 | -1/+2 | |
| | | | | ||||
| | * | | Implement all reviews | 2023-02-23 | -72/+125 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | + Remove commented code + Remove unecessarily syncting the bot + Handle direct tag commads + 3.10 type hinting in concerned functions + Add `MockInteractionMessage` + Fix tests for `try_get_tag` | |||
| | * | | Merge branch 'main' into migration/tag | 2023-02-18 | -60/+64 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #2409 from shtlrs/bump-isort-in-precommit | 2023-02-17 | -1/+1 | |
| |\ \ \ | | | | | | | | | bump isort to 5.12.0 in precommit config | |||
| | * \ \ | Merge branch 'main' into bump-isort-in-precommit | 2023-02-17 | -59/+63 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #2405 from ↵ | 2023-02-17 | -59/+63 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/revert-2400-reusable-status-embed-workflow Revert "Reusable status embed workflow" | |||
| | * | | | | Revert "Merge PR #2400: Reusable status embed workflow" | 2023-02-14 | -59/+63 | |
| |/ / / / | | | | | | | | | | | | | This reverts commit 2f8efdc646492707f6a9647fcbc4d71678181b90. | |||
| | * / / | bump isort to 5.12.0 in precommit config | 2023-02-17 | -1/+1 | |
| |/ / / | ||||
| | * | | Merge branch 'main' into migration/tag | 2023-02-14 | -63/+59 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge PR #2400: Reusable status embed workflow | 2023-02-14 | -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 | |||
| | * | | Update tests for `/tag` as of migration to slash commands | 2023-02-14 | -30/+56 | |
| | | | | ||||
| | * | | Migrated `!tags` command to slash command `/tag` | 2023-02-14 | -104/+76 | |
| |/ / | ||||
| * | | Merge pull request #2374 from ↵ | 2023-02-13 | -1/+2 | |
| |\ \ | | | | | | | | | | | | | python-discord/swfarnsworth-modmail-account-mention Make the infraction message mention @ModMail | |||
| | * \ | Merge branch 'main' into swfarnsworth-modmail-account-mention | 2023-02-13 | -0/+3 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #2401 from python-discord/legacy_role | 2023-02-13 | -0/+3 | |
| |\ \ \ | | | | | | | | | Add legacy help access to self-assignable roles | |||
| | * | | | Add legacy help access to self-assignable roles | 2023-02-13 | -0/+3 | |
| |/ / / | ||||
| | * | | Merge branch 'main' into swfarnsworth-modmail-account-mention | 2023-02-11 | -45/+164 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #2396 from shtlrs/bump-bot-core-to-9-4-1 | 2023-02-09 | -10/+10 | |
| |\ \ \ | | | | | | | | | Bump pydis core to 9.4.1 | |||
| | * | | | bump pydis core to 9.4.1 | 2023-02-09 | -10/+10 | |
| |/ / / | ||||
| * | | | Merge pull request #2389 from python-discord/shenanigansd-patch-1 | 2023-01-26 | -1/+1 | |
| |\ \ \ | | | | | | | | | Fix typo in help channel opening embed | |||
| | * \ \ | Merge branch 'main' into shenanigansd-patch-1 | 2023-01-26 | -13/+15 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge #2386 - simplify closed help post message | 2023-01-25 | -13/+15 | |
| |\ \ \ \ | ||||
| | * | | | | Update closed help post embed text | 2023-01-23 | -9/+6 | |
| | | | | | | ||||
| | * | | | | Add action text to help channel embeds | 2023-01-23 | -2/+3 | |
| | | | | | | ||||
| | * | | | | Add icons to help channel bot embeds | 2023-01-23 | -4/+8 | |
| |/ / / / | ||||
| | * / / | fix typo in help channel opening embed | 2023-01-25 | -1/+1 | |
| |/ / / | ||||
| * | | | Merge pull request #2341 from shtlrs/2332-permanent-role-view | 2023-01-22 | -18/+107 | |
| |\ \ \ | | | | | | | | | Allow members to self assign roles through a persistent view | |||
| | * \ \ | Merge branch 'main' into 2332-permanent-role-view | 2023-01-22 | -45/+108 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGE | 2023-01-14 | -1/+1 | |
| | | | | | ||||
| | * | | | fix Zig's nit comments | 2022-12-18 | -4/+6 | |
| | | | | | ||||
| | * | | | do not use name mangling in _attach_persistent_roles_view | 2022-12-04 | -2/+2 | |
| | | | | | ||||
| | * | | | use follow.send to send the role update message | 2022-12-04 | -1/+1 | |
| | | | | | ||||
| | * | | | edit view through interaction.response.edit_message | 2022-12-04 | -18/+5 | |
| | | | | | ||||
| | * | | | relay the newly created view to __attach_persistent_roles_view | 2022-12-04 | -8/+15 | |
| | | | | | ||||
| | * | | | ditch prepare_self_assignable_roles_view by constructing the buttons inside ↵ | 2022-12-04 | -21/+9 | |
| | | | | | | | | | | | | | | | | | the view itself | |||