index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Use `@pytest.fixture` for creating contexts.
Johannes Christ
2019-09-15
-16
/
+15
*
Merge pull request #419 from python-discord/bot-utils-checks-tests
Johannes Christ
2019-09-15
-0
/
+67
|
\
|
*
Add tests for `bot.utils.checks`.
Johannes Christ
2019-09-15
-0
/
+67
*
|
Adding the snekbox URL to the default config, fixing typo.
Leon Sandøy
2019-09-15
-2
/
+2
*
|
Temporarily pointing config at django.pydis.com
Leon Sandøy
2019-09-15
-2
/
+2
*
|
Resolves a breaking bug in the Dockerfile.
Leon Sandøy
2019-09-15
-10
/
+2
*
|
The DockerHub deployment should now run on 'master'
Leon Sandøy
2019-09-15
-34
/
+2
|
/
*
Tag Django images as `latest`.
Johannes Christ
2019-09-15
-2
/
+2
*
Remove most local error handlers & handle InChannelCheckFailure globally
MarkKoz
2019-09-14
-81
/
+30
*
Ignore handled errors by checking for a "handled" attribute
MarkKoz
2019-09-14
-3
/
+3
*
Generate InChannelCheckFailure's message inside the exception
MarkKoz
2019-09-14
-5
/
+6
*
Actually fix cog error handler check when command is None
MarkKoz
2019-09-14
-1
/
+2
*
Fix deleting already deleted message in antispam
Sebastiaan Zeeff
2019-09-15
-3
/
+6
*
Fix AntiSpam sending duplicate messages to API
Sebastiaan Zeeff
2019-09-15
-49
/
+143
*
Fix cog error handler check when command is None
MarkKoz
2019-09-14
-1
/
+1
*
Improve logging of command errors
MarkKoz
2019-09-14
-13
/
+28
*
Display no-DM error message originating from security cog's global check
MarkKoz
2019-09-14
-2
/
+4
*
Ignore errors from cogs with their own error handlers
MarkKoz
2019-09-14
-5
/
+13
*
Fixes a bug syncing roles for members who leave.
Leon Sandøy
2019-09-14
-1
/
+1
*
Fixes a sneaky genexp exhaustion bug in @without_role.
Leon Sandøy
2019-09-14
-1
/
+1
*
Improve handling of long deleted messsages
Sebastiaan Zeeff
2019-09-14
-5
/
+8
*
Fix tag command invocation in aliases
MarkKoz
2019-09-14
-2
/
+2
*
Cogs.reload now has more readable error info.
Leon Sandøy
2019-09-14
-7
/
+7
*
Oops, forgot to remove DEVOPS role alias, that would crash the bot.
Leon Sandøy
2019-09-14
-1
/
+0
*
Merge branch 'django' of github.com:python-discord/bot into django
Leon Sandøy
2019-09-14
-24
/
+50
|
\
|
*
Deal with multiple active infractions in database
Sebastiaan Zeeff
2019-09-14
-24
/
+50
*
|
Nuking Roles.devops and the Deployment cog.
Leon Sandøy
2019-09-14
-98
/
+7
|
/
*
Fixes all URLs in the Site cog.
Leon Sandøy
2019-09-14
-6
/
+6
*
Don't allow tag invocations in #checkpoint.
Leon Sandøy
2019-09-14
-6
/
+7
*
Allow multiple words for !otn a
kosayoda
2019-09-14
-4
/
+8
*
Add more_itertools as a dependency
kosayoda
2019-09-14
-21
/
+31
*
Merge branch 'django' of github.com:python-discord/bot into django
Leon Sandøy
2019-09-14
-10
/
+31
|
\
|
*
Merge branch 'django' of github.com:python-discord/bot into django
kosayoda
2019-09-14
-8
/
+18
|
|
\
|
|
*
Make ResponseErrorCode handle non-JSON response
Sebastiaan Zeeff
2019-09-14
-6
/
+18
|
*
|
Remove duplicate members passed into team creation command
kosayoda
2019-09-14
-0
/
+3
|
*
|
Add more information to team creation messages
kosayoda
2019-09-14
-4
/
+10
*
|
|
Nuking the Roles.developer role.
Leon Sandøy
2019-09-14
-4
/
+2
|
|
/
|
/
|
*
|
We now also detect bot tokens outside quotes.
Leon Sandøy
2019-09-14
-2
/
+0
|
/
*
Adds a !nominees alias.
Leon Sandøy
2019-09-14
-0
/
+8
*
Improvements to the Wolfram cog.
Leon Sandøy
2019-09-14
-7
/
+27
*
Make 'post_infraction' catch the right exception
Sebastiaan Zeeff
2019-09-14
-11
/
+17
*
Add API response dict to ResponseCodeError
Sebastiaan Zeeff
2019-09-14
-8
/
+14
*
Add error handlers for more command exceptions
MarkKoz
2019-09-13
-5
/
+10
*
Fix one-off error in the !clean command
Sebastiaan Zeeff
2019-09-13
-1
/
+2
*
Fix bugs and inconsistencies in moderation cog
Sebastiaan Zeeff
2019-09-13
-154
/
+149
*
Update bot cog with recent changes.
Sebastiaan Zeeff
2019-09-12
-2
/
+4
*
Add help-6 and help-7 to constants
Sebastiaan Zeeff
2019-09-12
-0
/
+4
*
Fix AntiSpam incorrectly invoking tempmute.
Sebastiaan Zeeff
2019-09-12
-2
/
+5
*
Fixed incorrect API request field in superstarify
Sebastiaan Zeeff
2019-09-12
-1
/
+1
*
Fixed AntiSpam cog reload bug
Sebastiaan Zeeff
2019-09-12
-6
/
+3
[next]