aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2023-02-26Implement reviewsGravatar Ibrahim-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
2023-02-23Upadte docstring for `ErrorHandler()._can_run`Gravatar Ibrahim-1/+2
2023-02-23Implement all reviewsGravatar Ibrahim-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`
2023-02-17bump isort to 5.12.0 in precommit configGravatar Amrou-1/+1
2023-02-14Revert "Merge PR #2400: Reusable status embed workflow"Gravatar Amrou Bellalouna-59/+63
This reverts commit 2f8efdc646492707f6a9647fcbc4d71678181b90.
2023-02-14Update tests for `/tag` as of migration to slash commandsGravatar Ibrahim2750mi-30/+56
2023-02-14Merge PR #2400: Reusable status embed workflowGravatar Amrou Bellalouna-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-14Migrated `!tags` command to slash command `/tag`Gravatar Ibrahim2750mi-104/+76
2023-02-13Add legacy help access to self-assignable rolesGravatar mbaruh-0/+3
2023-02-11Update bot/exts/moderation/infraction/_utils.py Gravatar Steele Farnsworth-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-09bump pydis core to 9.4.1Gravatar shtlrs-10/+10
2023-01-25fix typo in help channel opening embedGravatar Bradley Reynolds-1/+1
2023-01-23Update closed help post embed textGravatar Chris Lovering-9/+6
2023-01-23Add action text to help channel embedsGravatar Chris Lovering-2/+3
2023-01-23Add icons to help channel bot embedsGravatar Chris Lovering-4/+8
2023-01-14fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGEGravatar shtlrs-1/+1