aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-12-10Send a custom workflow status embed to DiscordGravatar Sebastiaan Zeeff-0/+100
This commit introduces the same custom status embed as is already being used for Sir Lancebot. The default embeds GitHub sends are disabled, as they were causing slight issues with rate limits from time to time. It works like this: - The Lint & Test workflow stores an artifact with PR information, if we are linting/testing a PR. - Whenever we reach the end of a workflow run sequence, a status embed is send with the conclusion status. Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-12-10Use Snowflake converter for snowflake commandGravatar ks129-1/+2
2020-12-09Delete verify.py, integrate `!verify` command into verification.py.Gravatar Steele-45/+16
There wasn't any reason the command needed its own cog, so the exact same functionality is now in the Verification cog.
2020-12-09Create Verify cog for new `!verify` command.Gravatar Steele-1/+46
`!verify` command allows moderators to apply the Developer role to a user. `!verify` is therefore removed as an alias for `!accept`.
2020-12-09Add sf alias to snowflake commandGravatar ks129-1/+1
2020-12-07Use the original wording of the public embed, but change the title to ↵Gravatar Steele-11/+8
"Superstarified!" Per internal staff discussion, we'll keep the wording of the message.
2020-12-06Update CODEOWNERS for @Den4200Gravatar Dennis Pham-8/+5
2020-12-06User gets a more detailed message from the botGravatar Steele-12/+16
Whereas one of my previous commits makes the message the user gets and the infraction that gets recorded the same, the recorded infraction is now shorter, but the message the user gets is more similar to the embed posted in the public channel. We also softened the language of the user-facing message a bit.