| Commit message (Expand) | Author | Age | Lines |
| * | (Reddit, discord.py 1.3.x Migrations): Replaced `help` command getting with `... | ks129 | 2020-04-03 | -1/+1 |
| * | (Off-Topic Names, discord.py 1.3.x Migrations): Replaced `help` command getti... | ks129 | 2020-04-03 | -1/+1 |
| * | (Extensions, discord.py 1.3.x Migrations): Replaced `help` command getting wi... | ks129 | 2020-04-03 | -4/+4 |
| * | (Eval, discord.py 1.3.x Migrations): Replaced `help` command getting with `ct... | ks129 | 2020-04-03 | -1/+1 |
| * | (Docs, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct callin... | ks129 | 2020-04-03 | -1/+1 |
| * | (Sync Cog Tests, discord.py 1.3.x Migrations): Removed `.callback` from comma... | ks129 | 2020-04-03 | -2/+2 |
| * | (Silence Tests, discord.py 1.3.x Migrations): Removed `.callback` from comman... | ks129 | 2020-04-03 | -2/+2 |
| * | (Snekbox Tests, discord.py 1.3.x Migrations): Removed `.callback` from comman... | ks129 | 2020-04-03 | -4/+4 |
| * | (Information Tests): Replaced `asyncio.run` with `await` in `UserCommandTests`. | ks129 | 2020-04-03 | -7/+6 |
| * | (Information Tests): Replaced `asyncio.run` with `await` in `UserEmbedTests`. | ks129 | 2020-04-03 | -8/+8 |
| * | (Information Tests): Replaced `asyncio.run` with `await` in `UserInfractionHe... | ks129 | 2020-04-03 | -2/+2 |
| * | (Information Tests, discord.py 1.3.x Migration): Fixed `InformationCogTests` ... | ks129 | 2020-04-03 | -3/+3 |
| * | (Information Tests, discord.py 1.3.x Migration): In `InformationCogTests`, re... | ks129 | 2020-04-03 | -8/+3 |
| * | (Information Tests, discord.py 1.3.x Migration): Moved from `unittest.TestCas... | ks129 | 2020-04-03 | -25/+29 |
| * | (Information Tests, discord.py 1.3.x Migration): Moved from `unittest.TestCas... | ks129 | 2020-04-03 | -4/+4 |
| * | (Bot Cog, discord.py 1.3.x Migration): Replaced `ctx.invoke` with `ctx.send_h... | ks129 | 2020-04-03 | -1/+1 |
| * | (Tags, discord.py 1.3.x Migration): Replaced with direct function call. | ks129 | 2020-04-03 | -1/+1 |
| * | (Snekbox Fix, discord.py 1.3.x Migration): Applied one reaction clear to tests. | ks123 | 2020-04-02 | -2/+2 |
| * | (Reddit, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with `discord.... | ks123 | 2020-04-02 | -3/+4 |
| * | (Off-Topic Names, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with ... | ks123 | 2020-04-02 | -3/+2 |
| * | (Patches, discord.py 1.3.x Migration): Removed patches due not longer necessary. | ks123 | 2020-04-02 | -43/+0 |
| * | (Snekbox, discord.py 1.3.x Migration): Replaced message full reaction clear w... | ks123 | 2020-04-02 | -2/+2 |
| * | (Aliases, discord.py 1.3.x Migration): Replaced `ctx.invoke` with direct awai... | ks123 | 2020-04-02 | -1/+1 |
| * | Merge pull request #832 from python-discord/fix-token-strip-log | Shirayuki Nekomata | 2020-04-02 | -12/+18 |
| |\ |
|
| | * | Merge branch 'master' into fix-token-strip-log | Shirayuki Nekomata | 2020-04-02 | -346/+982 |
| | |\
| |/
|/| |
|
| * | | Add TCD to whitelist | Leon Sandøy | 2020-04-01 | -0/+1 |
| * | | Merge pull request #852 from ks129/infraction-edit | S. Co1 | 2020-03-31 | -1/+6 |
| |\ \ |
|
| | * \ | Merge branch 'master' into infraction-edit | S. Co1 | 2020-03-31 | -60/+562 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Merge pull request #854 from ks129/tags-trashcan-react | S. Co1 | 2020-03-31 | -5/+17 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' into tags-trashcan-react | S. Co1 | 2020-03-31 | -55/+545 |
| | |\ \ \
| |/ / /
|/| | | |
|
| * | | | | Merge pull request #846 from python-discord/feat/filter/322/merge-tokens-words | S. Co1 | 2020-03-31 | -41/+21 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into feat/filter/322/merge-tokens-words | S. Co1 | 2020-03-31 | -15/+617 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #833 from ks129/zen-match-fix | Sebastiaan Zeeff | 2020-03-31 | -1/+11 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into zen-match-fix | Karlis S | 2020-03-31 | -14/+606 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | | Merge pull request #845 from python-discord/update-logging-levels | Leon Sandøy | 2020-03-31 | -10/+9 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' into update-logging-levels | Leon Sandøy | 2020-03-31 | -12/+656 |
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | | Set unsilence permissions to inherit instead of true | Sebastiaan Zeeff | 2020-03-30 | -2/+2 |
| * | | | | | | | Merge pull request #812 from Numerlor/hush-cog | Eivind Teig | 2020-03-30 | -3/+504 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'master' into hush-cog | Eivind Teig | 2020-03-30 | -548/+1802 |
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | * | | | | | | | Add tests for `HushDurationConverter`. | Numerlor | 2020-03-17 | -0/+30 |
| | * | | | | | | | Add tests ensuring permissions get preserved. | Numerlor | 2020-03-17 | -0/+31 |
| | * | | | | | | | Use set `discard` instead of `remove`. | Numerlor | 2020-03-17 | -3/+2 |
| | * | | | | | | | Add docstring to test. | Numerlor | 2020-03-17 | -0/+1 |
| | * | | | | | | | Fix test name. | Numerlor | 2020-03-17 | -1/+1 |
| | * | | | | | | | Remove `alert_channel` mention from docstring. | Numerlor | 2020-03-17 | -1/+1 |
| | * | | | | | | | Remove one indentation level. | Numerlor | 2020-03-17 | -3/+3 |
| | * | | | | | | | Reword `unsilence` docstring. | Numerlor | 2020-03-17 | -2/+1 |
| | * | | | | | | | Remove `channel` mentions from command docstrings. | Numerlor | 2020-03-17 | -2/+2 |
| | * | | | | | | | Rename `cog_unload` tests. | Numerlor | 2020-03-17 | -2/+2 |
| | * | | | | | | | Fix `test_cog_unload` passing tests with invalid values. | Numerlor | 2020-03-17 | -1/+1 |