index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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
*
Constants: remove staff_channels
MarkKoz
2020-09-02
-11
/
+0
*
Fix user command tests
MarkKoz
2020-08-26
-13
/
+7
*
Fix infraction counts being shown in wrong channels
MarkKoz
2020-08-26
-3
/
+3
*
Info: show verbose infractions if user cmd invoked in modmail
MarkKoz
2020-08-25
-1
/
+7
*
Info: simplify channel redirection for the user command
MarkKoz
2020-08-25
-9
/
+5
*
Merge pull request #1105 from python-discord/joseph/enhanced-user-command
kwzrd
2020-08-23
-68
/
+154
|
\
|
*
Merge branch 'master' into joseph/enhanced-user-command
kwzrd
2020-08-23
-56
/
+96
|
|
\
|
|
/
|
/
|
*
|
Disable raw commands
Joe Banks
2020-08-20
-2
/
+2
*
|
Merge pull request #1116 from Numerlor/reminders-fix
Joe Banks
2020-08-20
-2
/
+24
|
\
\
|
*
\
Merge branch 'master' into reminders-fix
Joe Banks
2020-08-20
-15
/
+8
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1117 from python-discord/bug/1112/backend/wait-for-deleti...
Mark
2020-08-20
-15
/
+8
|
\
\
\
|
*
|
|
Make client parameter mandatory for wait_for_deletion
MarkKoz
2020-08-20
-15
/
+8
|
/
/
/
|
*
/
Restrict reminder methods to authors and admins.
Numerlor
2020-08-20
-2
/
+24
|
/
/
*
|
Merge pull request #1106 from AtieP/master
Mark
2020-08-19
-1
/
+3
|
\
\
|
*
|
msg rather than doc_embed
AtieP
2020-08-16
-2
/
+2
|
*
|
Use wait_for_deletion from /bot/utils/messages.py instead of doc_cleanup
AtieP
2020-08-16
-25
/
+3
|
*
|
Satisfy some of the Azure pipelines' code requirements
AtieP
2020-08-15
-3
/
+3
|
*
|
Add doc cleanup
AtieP
2020-08-15
-2
/
+26
*
|
|
Merge pull request #1109 from python-discord/bug/mod/1065/unnominate-banned
Mark
2020-08-19
-20
/
+36
|
\
\
\
|
*
|
|
Replace stinky single-item unpacking syntax
MarkKoz
2020-08-19
-1
/
+1
|
*
|
|
Swap argument order in ChainMaps
MarkKoz
2020-08-19
-2
/
+2
|
*
|
|
Unnominate banned users from the talent pool
MarkKoz
2020-08-15
-19
/
+35
*
|
|
|
Merge pull request #1100 from python-discord/bug/filters/1099/dupe-offensive-msg
Senjan21
2020-08-19
-3
/
+11
|
\
\
\
\
|
*
|
|
|
Filtering: ignore errors for duplicate offensive messages
MarkKoz
2020-08-12
-3
/
+11
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1107 from python-discord/bug/filters/1005/antispam-ctx-patch
Senjan21
2020-08-19
-4
/
+9
|
\
\
\
\
|
*
|
|
|
Truncate mod log content
MarkKoz
2020-08-15
-0
/
+4
|
*
|
|
|
Don't patch ctx.message.author in antispam
MarkKoz
2020-08-15
-4
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1108 from python-discord/bug/frontend/1030/reddit-title-e...
Mark
2020-08-18
-0
/
+3
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into bug/frontend/1030/reddit-title-escape
Mark
2020-08-18
-9
/
+0
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Remove the !ask tag
Leon Sandøy
2020-08-16
-9
/
+0
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Escape Markdown in reddit post titles
MarkKoz
2020-08-15
-0
/
+3
|
/
/
/
|
|
*
Don't just exclude custom emoji, include the name of the emote
Joe Banks
2020-08-23
-1
/
+3
|
|
*
Address review comments from @kwzrd
Joe Banks
2020-08-23
-19
/
+14
|
|
*
Re-align status icons
Joe Banks
2020-08-16
-3
/
+3
|
|
*
Add status information to user command
Joseph Banks
2020-08-14
-8
/
+13
|
|
*
Update tests for user commands
Joseph Banks
2020-08-14
-32
/
+55
|
|
*
Add badges & status to user command
Joseph Banks
2020-08-14
-28
/
+67
|
|
*
Add YAML values for badges
Joseph Banks
2020-08-14
-0
/
+11
|
|
*
Add constants for badges
Joseph Banks
2020-08-14
-0
/
+11
|
|
/
|
/
|
*
|
Merge pull request #1102 from AtieP/patch-1
kwzrd
2020-08-13
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo on the traceback tag
AtieP
2020-08-13
-1
/
+1
|
/
*
Merge pull request #1097 from Numerlor/remove-api-endpoints
Dennis Pham
2020-08-11
-33
/
+4
|
\
|
*
Merge branch 'master' into remove-api-endpoints
Dennis Pham
2020-08-11
-0
/
+3
|
|
\
|
|
/
|
/
|
*
|
Create kindling-projects tag
Dennis Pham
2020-08-09
-0
/
+3
|
*
Reorder site URL constants.
Numerlor
2020-08-10
-2
/
+4
|
*
Remove unused api endpoint config constants.
Numerlor
2020-08-10
-31
/
+0
|
/
*
Merge pull request #1084 from python-discord/bug/filters/1027/ignore-webhook-...
Mark
2020-08-09
-1
/
+4
|
\
|
*
Merge branch 'master' into bug/filters/1027/ignore-webhook-names
Dennis Pham
2020-08-09
-136
/
+155
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1085 from python-discord/bug/util/1079/long-poll-titles
Dennis Pham
2020-08-09
-0
/
+2
|
\
\
|
*
\
Merge branch 'master' into bug/util/1079/long-poll-titles
Dennis Pham
2020-08-09
-136
/
+153
|
|
\
\
|
|
/
/
|
/
|
|
[next]