index
:
bot
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
*
Merge branch 'master' into bug/precommit-pycharm
ks129
2020-12-31
-297
/
+322
|
\
|
*
Merge pull request #1339 from python-discord/swfarnsworth/info
Dennis Pham
2020-12-31
-3
/
+3
|
|
\
|
|
*
"Pending: False" to "Verified: True" to agree with new semantics.
Steele
2020-12-30
-1
/
+1
|
|
*
Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo...
Steele
2020-12-30
-14
/
+59
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #1016 from ks129/bug-fixes
ks129
2020-12-29
-14
/
+59
|
|
\
\
|
|
*
\
Merge branch 'master' into bug-fixes
ks129
2020-12-29
-554
/
+567
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Log info instead error for watchchannel consume task cancel
ks129
2020-12-17
-1
/
+1
|
|
*
|
Merge branch 'master' into bug-fixes
ks129
2020-12-17
-55
/
+274
|
|
|
\
\
|
|
*
\
\
Merge branch 'master' into bug-fixes
ks129
2020-12-02
-1079
/
+1215
|
|
|
\
\
\
|
|
*
|
|
|
Remove unnecessary f-string
ks129
2020-12-02
-1
/
+1
|
|
*
|
|
|
Fix removing extensions and cogs for bot shutdown
ks129
2020-12-02
-3
/
+7
|
|
*
|
|
|
Add failure message when applying infraction fails because user left
ks129
2020-12-02
-0
/
+2
|
|
*
|
|
|
Remove second unnecessary parenthesis
ks129
2020-12-02
-4
/
+2
|
|
*
|
|
|
Log exception instead warning for unexpected HttpException
ks129
2020-12-02
-1
/
+1
|
|
*
|
|
|
Fix user leaving from guild log grammar
ks129
2020-12-02
-2
/
+4
|
|
*
|
|
|
Merge NotFound caching with HttpException caching with status code
ks129
2020-12-02
-10
/
+4
|
|
*
|
|
|
Merge branch 'master' into bug-fixes
ks129
2020-11-21
-604
/
+931
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Catch not found exception in scheduler
ks129
2020-11-07
-15
/
+30
|
|
*
|
|
|
|
Use result instead exception for watchchannel closing task
ks129
2020-11-07
-1
/
+1
|
|
*
|
|
|
|
Remove both cogs and extensions on closing
ks129
2020-11-07
-11
/
+4
|
|
*
|
|
|
|
Merge branch 'master' into bug-fixes
ks129
2020-11-07
-811
/
+2173
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge remote-tracking branch 'origin/bug-fixes' into bug-fixes
ks129
2020-10-10
-0
/
+0
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
Fix calling extensions removing function with wrong name
ks129
2020-10-09
-1
/
+1
|
|
*
|
|
|
|
|
|
Catch HTTPException when muting user
ks129
2020-10-10
-2
/
+7
|
|
*
|
|
|
|
|
|
Use done callback instead of plain try-except inside function
ks129
2020-10-10
-26
/
+30
|
|
*
|
|
|
|
|
|
Get all extensions first for unloading to avoid iteration error
ks129
2020-10-10
-1
/
+3
|
|
*
|
|
|
|
|
|
Fix name of extensions removing function
ks129
2020-10-10
-1
/
+1
|
|
|
/
/
/
/
/
/
|
|
*
|
|
|
|
|
Merge remote-tracking branch 'up/master' into bug-fixes
ks129
2020-10-09
-5351
/
+7612
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
Make bot shutdown remove all other non-extension cogs again
ks129
2020-10-09
-1
/
+1
|
|
*
|
|
|
|
|
|
Use asyncio.gather instead manual looping and awaiting
ks129
2020-07-31
-3
/
+2
|
|
*
|
|
|
|
|
|
Simplify bot shutdown cogs removing
ks129
2020-07-31
-9
/
+3
|
|
*
|
|
|
|
|
|
Improve extension + cogs removing comment on `close`
ks129
2020-07-23
-1
/
+1
|
|
*
|
|
|
|
|
|
Add copyright about `_remove_extension` + make function private
ks129
2020-07-23
-2
/
+2
|
|
*
|
|
|
|
|
|
Silence: Add mod alert sending to `closing_tasks` to avoid error
ks129
2020-06-21
-1
/
+1
|
|
*
|
|
|
|
|
|
Reddit: Don't define revoke task as variable but instantly append
ks129
2020-06-21
-2
/
+1
|
|
*
|
|
|
|
|
|
Reddit: Remove unnecessary revoke task name changing
ks129
2020-06-21
-1
/
+0
|
|
*
|
|
|
|
|
|
Implement bot closing tasks waiting + breaking `close` to multiple parts
ks129
2020-06-20
-3
/
+31
|
|
*
|
|
|
|
|
|
Infractions: Fix cases when user leave from guild before assigning roles
ks129
2020-06-20
-6
/
+14
|
|
*
|
|
|
|
|
|
Watchchannel: Moved message consuming task cancelling exception
ks129
2020-06-20
-27
/
+26
|
|
|
|
|
|
|
|
*
`!user` command says if user is "Verified"
Steele
2020-12-25
-2
/
+2
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #1328 from python-discord/swfarnsworth/developer_command
ks129
2020-12-24
-10
/
+12
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
`if user.pending` -> `if not user.pending`
Steele Farnsworth
2020-12-24
-1
/
+1
|
|
*
|
|
|
|
|
|
`ALTERNATE_VERIFIED_MESSAGE`: "You're" -> "You are".
Steele
2020-12-23
-1
/
+1
|
|
*
|
|
|
|
|
|
Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo...
Steele
2020-12-23
-136
/
+167
|
|
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #1337 from python-discord/ks123/pep
Dennis Pham
2020-12-23
-136
/
+167
|
|
\
\
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
\
Merge branch 'master' into ks123/pep
Dennis Pham
2020-12-23
-10
/
+42
|
|
|
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Move PEP cog to info extensions category
ks129
2020-12-23
-0
/
+0
|
|
*
|
|
|
|
|
|
|
Move constants out from class
ks129
2020-12-23
-5
/
+4
|
|
*
|
|
|
|
|
|
|
Merge branch 'master' into ks123/pep
ks129
2020-12-20
-124
/
+39
|
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
Remove unused constant
ks129
2020-12-20
-1
/
+0
[next]