aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Use `@pytest.fixture` for creating contexts.Gravatar Johannes Christ2019-09-15-16/+15
* Merge pull request #419 from python-discord/bot-utils-checks-testsGravatar Johannes Christ2019-09-15-0/+67
|\
| * Add tests for `bot.utils.checks`.Gravatar Johannes Christ2019-09-15-0/+67
* | Adding the snekbox URL to the default config, fixing typo.Gravatar Leon Sandøy2019-09-15-2/+2
* | Temporarily pointing config at django.pydis.comGravatar Leon Sandøy2019-09-15-2/+2
* | Resolves a breaking bug in the Dockerfile.Gravatar Leon Sandøy2019-09-15-10/+2
* | The DockerHub deployment should now run on 'master'Gravatar Leon Sandøy2019-09-15-34/+2
|/
* Tag Django images as `latest`.Gravatar Johannes Christ2019-09-15-2/+2
* Remove most local error handlers & handle InChannelCheckFailure globallyGravatar MarkKoz2019-09-14-81/+30
* Ignore handled errors by checking for a "handled" attributeGravatar MarkKoz2019-09-14-3/+3
* Generate InChannelCheckFailure's message inside the exceptionGravatar MarkKoz2019-09-14-5/+6
* Actually fix cog error handler check when command is NoneGravatar MarkKoz2019-09-14-1/+2
* Fix deleting already deleted message in antispamGravatar Sebastiaan Zeeff2019-09-15-3/+6
* Fix AntiSpam sending duplicate messages to APIGravatar Sebastiaan Zeeff2019-09-15-49/+143
* Fix cog error handler check when command is NoneGravatar MarkKoz2019-09-14-1/+1
* Improve logging of command errorsGravatar MarkKoz2019-09-14-13/+28
* Display no-DM error message originating from security cog's global checkGravatar MarkKoz2019-09-14-2/+4
* Ignore errors from cogs with their own error handlersGravatar MarkKoz2019-09-14-5/+13
* Fixes a bug syncing roles for members who leave.Gravatar Leon Sandøy2019-09-14-1/+1
* Fixes a sneaky genexp exhaustion bug in @without_role.Gravatar Leon Sandøy2019-09-14-1/+1
* Improve handling of long deleted messsagesGravatar Sebastiaan Zeeff2019-09-14-5/+8
* Fix tag command invocation in aliasesGravatar MarkKoz2019-09-14-2/+2
* Cogs.reload now has more readable error info.Gravatar Leon Sandøy2019-09-14-7/+7
* Oops, forgot to remove DEVOPS role alias, that would crash the bot.Gravatar Leon Sandøy2019-09-14-1/+0
* Merge branch 'django' of github.com:python-discord/bot into djangoGravatar Leon Sandøy2019-09-14-24/+50
|\
| * Deal with multiple active infractions in databaseGravatar Sebastiaan Zeeff2019-09-14-24/+50
* | Nuking Roles.devops and the Deployment cog.Gravatar Leon Sandøy2019-09-14-98/+7
|/
* Fixes all URLs in the Site cog.Gravatar Leon Sandøy2019-09-14-6/+6
* Don't allow tag invocations in #checkpoint.Gravatar Leon Sandøy2019-09-14-6/+7
* Allow multiple words for !otn aGravatar kosayoda2019-09-14-4/+8
* Add more_itertools as a dependencyGravatar kosayoda2019-09-14-21/+31
* Merge branch 'django' of github.com:python-discord/bot into djangoGravatar Leon Sandøy2019-09-14-10/+31
|\
| * Merge branch 'django' of github.com:python-discord/bot into djangoGravatar kosayoda2019-09-14-8/+18
| |\
| | * Make ResponseErrorCode handle non-JSON responseGravatar Sebastiaan Zeeff2019-09-14-6/+18
| * | Remove duplicate members passed into team creation commandGravatar kosayoda2019-09-14-0/+3
| * | Add more information to team creation messagesGravatar kosayoda2019-09-14-4/+10
* | | Nuking the Roles.developer role.Gravatar Leon Sandøy2019-09-14-4/+2
| |/ |/|
* | We now also detect bot tokens outside quotes.Gravatar Leon Sandøy2019-09-14-2/+0
|/
* Adds a !nominees alias.Gravatar Leon Sandøy2019-09-14-0/+8
* Improvements to the Wolfram cog.Gravatar Leon Sandøy2019-09-14-7/+27
* Make 'post_infraction' catch the right exceptionGravatar Sebastiaan Zeeff2019-09-14-11/+17
* Add API response dict to ResponseCodeErrorGravatar Sebastiaan Zeeff2019-09-14-8/+14
* Add error handlers for more command exceptionsGravatar MarkKoz2019-09-13-5/+10
* Fix one-off error in the !clean commandGravatar Sebastiaan Zeeff2019-09-13-1/+2
* Fix bugs and inconsistencies in moderation cogGravatar Sebastiaan Zeeff2019-09-13-154/+149
* Update bot cog with recent changes.Gravatar Sebastiaan Zeeff2019-09-12-2/+4
* Add help-6 and help-7 to constantsGravatar Sebastiaan Zeeff2019-09-12-0/+4
* Fix AntiSpam incorrectly invoking tempmute.Gravatar Sebastiaan Zeeff2019-09-12-2/+5
* Fixed incorrect API request field in superstarifyGravatar Sebastiaan Zeeff2019-09-12-1/+1
* Fixed AntiSpam cog reload bugGravatar Sebastiaan Zeeff2019-09-12-6/+3