|  | Commit message (Collapse) | Author | Lines | 
|---|
|  |  | 
|  | The value 2 represents the `COMPLETED_ONBOARDING` flag, found here
https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-flags | 
|  |  | 
|  | * 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 | 
|  | + removed using of discord.User
+ update docstring for `get_command_ctx`
+ renamed user variables to member | 
|  | Simply adds "For long code samples, you can use our pastebin" as a new final line. | 
|  | + 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 | 
|  |  | 
|  |  | 
|  | + 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` | 
|  |  | 
|  | This reverts commit 2f8efdc646492707f6a9647fcbc4d71678181b90. | 
|  |  | 
|  | * 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 | 
|  |  | 
|  |  | 
|  | 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]> | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  |