aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* (Bot Cog, discord.py 1.3.x Migration): Replaced `ctx.invoke` with `ctx.send_h...Gravatar ks1292020-04-03-1/+1
* (Tags, discord.py 1.3.x Migration): Replaced with direct function call.Gravatar ks1292020-04-03-1/+1
* (Snekbox Fix, discord.py 1.3.x Migration): Applied one reaction clear to tests.Gravatar ks1232020-04-02-2/+2
* (Reddit, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with `discord....Gravatar ks1232020-04-02-3/+4
* (Off-Topic Names, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with ...Gravatar ks1232020-04-02-3/+2
* (Patches, discord.py 1.3.x Migration): Removed patches due not longer necessary.Gravatar ks1232020-04-02-43/+0
* (Snekbox, discord.py 1.3.x Migration): Replaced message full reaction clear w...Gravatar ks1232020-04-02-2/+2
* (Aliases, discord.py 1.3.x Migration): Replaced `ctx.invoke` with direct awai...Gravatar ks1232020-04-02-1/+1
* Merge pull request #832 from python-discord/fix-token-strip-logGravatar Shirayuki Nekomata2020-04-02-12/+18
|\
| * Merge branch 'master' into fix-token-strip-logGravatar Shirayuki Nekomata2020-04-02-346/+982
| |\ | |/ |/|
* | Add TCD to whitelistGravatar Leon Sandøy2020-04-01-0/+1
* | Merge pull request #852 from ks129/infraction-editGravatar S. Co12020-03-31-1/+6
|\ \
| * \ Merge branch 'master' into infraction-editGravatar S. Co12020-03-31-60/+562
| |\ \ | |/ / |/| |
* | | Merge pull request #854 from ks129/tags-trashcan-reactGravatar S. Co12020-03-31-5/+17
|\ \ \
| * \ \ Merge branch 'master' into tags-trashcan-reactGravatar S. Co12020-03-31-55/+545
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #846 from python-discord/feat/filter/322/merge-tokens-wordsGravatar S. Co12020-03-31-41/+21
|\ \ \ \
| * \ \ \ Merge branch 'master' into feat/filter/322/merge-tokens-wordsGravatar S. Co12020-03-31-15/+617
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #833 from ks129/zen-match-fixGravatar Sebastiaan Zeeff2020-03-31-1/+11
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into zen-match-fixGravatar Karlis S2020-03-31-14/+606
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #845 from python-discord/update-logging-levelsGravatar Leon Sandøy2020-03-31-10/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into update-logging-levelsGravatar Leon Sandøy2020-03-31-12/+656
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Set unsilence permissions to inherit instead of trueGravatar Sebastiaan Zeeff2020-03-30-2/+2
* | | | | | | Merge pull request #812 from Numerlor/hush-cogGravatar Eivind Teig2020-03-30-3/+504
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into hush-cogGravatar Eivind Teig2020-03-30-548/+1802
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add tests for `HushDurationConverter`.Gravatar Numerlor2020-03-17-0/+30
| * | | | | | | Add tests ensuring permissions get preserved.Gravatar Numerlor2020-03-17-0/+31
| * | | | | | | Use set `discard` instead of `remove`.Gravatar Numerlor2020-03-17-3/+2
| * | | | | | | Add docstring to test.Gravatar Numerlor2020-03-17-0/+1
| * | | | | | | Fix test name.Gravatar Numerlor2020-03-17-1/+1
| * | | | | | | Remove `alert_channel` mention from docstring.Gravatar Numerlor2020-03-17-1/+1
| * | | | | | | Remove one indentation level.Gravatar Numerlor2020-03-17-3/+3
| * | | | | | | Reword `unsilence` docstring.Gravatar Numerlor2020-03-17-2/+1
| * | | | | | | Remove `channel` mentions from command docstrings.Gravatar Numerlor2020-03-17-2/+2
| * | | | | | | Rename `cog_unload` tests.Gravatar Numerlor2020-03-17-2/+2
| * | | | | | | Fix `test_cog_unload` passing tests with invalid values.Gravatar Numerlor2020-03-17-1/+1
| * | | | | | | Handle and log `CommandErrors` on `.can_run`.Gravatar Numerlor2020-03-16-1/+6
| * | | | | | | Remove long indentation from docstrings.Gravatar Numerlor2020-03-15-6/+6
| * | | | | | | Set `_get_instance_vars_event` in test's `setUp`.Gravatar Numerlor2020-03-15-0/+2
| * | | | | | | Adjust tests for new calling behaviour.Gravatar Numerlor2020-03-15-2/+2
| * | | | | | | Document returns values of private methods.Gravatar Numerlor2020-03-15-0/+2
| * | | | | | | Block commands until all instance vars are loaded.Gravatar Numerlor2020-03-15-0/+4
| * | | | | | | Assign created task to a var.Gravatar Numerlor2020-03-15-1/+1
| * | | | | | | Pass kwargs directly instead of a PermissionOverwrite.Gravatar Numerlor2020-03-15-9/+3
| * | | | | | | Change BadArgument error wording.Gravatar Numerlor2020-03-15-1/+1
| * | | | | | | Add Silence cog load to docstring.Gravatar Numerlor2020-03-15-1/+1
| * | | | | | | Move coro execution outside of if condition.Gravatar Numerlor2020-03-15-8/+6
| * | | | | | | Adjust docstring styling.Gravatar Numerlor2020-03-15-2/+2
| * | | | | | | Use dict instead of a set and custom class.Gravatar Numerlor2020-03-15-44/+8
| * | | | | | | Add tests for `_notifier`.Gravatar Numerlor2020-03-11-0/+19
| * | | | | | | Improve commands help.Gravatar Numerlor2020-03-11-3/+5