aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2022-05-24Bump Discord.py to 4cbe8f5Gravatar Chris Lovering-1/+1
This fixes a bug with permission resolution when dealing with timed out members. Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
2022-05-11Bump Project Version To v7.0.0Gravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Enable Testing In CIGravatar Hassan Abouelela-11/+4
Uncomments the testing command in CI. It is unclear why but the testing command that is normally used in all our projects causes an import error here, so instead we run with `python -m` to ensure the run directory is added to `sys.path`. Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Changelog Discord Invite Regex ChangesGravatar Hassan Abouelela-0/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Fix Discord Invite Regex DocsGravatar Hassan Abouelela-3/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Convert tests from pytest style to unittest styleGravatar GDWR-33/+35
2022-05-10Remove trailing whitespace from docstringGravatar GDWR-3/+3
2022-05-10Make test name plural for consistencyGravatar GDWR-1/+1
2022-05-10`DISCORD_INVITE` captures until a whitespaceGravatar GDWR-1/+5