aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2023-03-01Add warning message when using `input`Gravatar Ibrahim-1/+7
2023-02-28add the `flags` key to the member_data dictionaryGravatar shtlrs-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
2023-02-28bump pydis-core to 9.5.0Gravatar shtlrs-1107/+1107
2023-02-27Include embed titles in all tags (#2419)Gravatar Mohammad Ibrahim-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
2023-02-27Implement shtlrs reviewsGravatar Ibrahim-14/+19
+ removed using of discord.User + update docstring for `get_command_ctx` + renamed user variables to member
2023-02-26Add line about the pastebin.Gravatar Steele-0/+2
Simply adds "For long code samples, you can use our pastebin" as a new final line.
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-25Fix timeit commands with backticks after command nameGravatar wookie184-9/+16
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