-
-
Notifications
You must be signed in to change notification settings - Fork 751
Some bug fixes #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Some bug fixes #1016
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b9d483c
Watchchannel: Moved message consuming task cancelling exception
ks129 ac302d3
Infractions: Fix cases when user leave from guild before assigning roles
ks129 429cc86
Implement bot closing tasks waiting + breaking `close` to multiple parts
ks129 177e4d4
Reddit: Remove unnecessary revoke task name changing
ks129 1fd30fa
Reddit: Don't define revoke task as variable but instantly append
ks129 f4004d8
Silence: Add mod alert sending to `closing_tasks` to avoid error
ks129 b040a38
Add copyright about `_remove_extension` + make function private
ks129 360ce80
Improve extension + cogs removing comment on `close`
ks129 65c4312
Simplify bot shutdown cogs removing
ks129 2dc0ee1
Use asyncio.gather instead manual looping and awaiting
ks129 040ac42
Make bot shutdown remove all other non-extension cogs again
ks129 97e5e8c
Merge remote-tracking branch 'up/master' into bug-fixes
ks129 ff5c90b
Fix calling extensions removing function with wrong name
ks129 5a5a948
Fix name of extensions removing function
ks129 b702618
Get all extensions first for unloading to avoid iteration error
ks129 d0af250
Use done callback instead of plain try-except inside function
ks129 8ed147c
Catch HTTPException when muting user
ks129 5256f6b
Merge remote-tracking branch 'origin/bug-fixes' into bug-fixes
ks129 7301ebc
Merge branch 'master' into bug-fixes
ks129 027666f
Remove both cogs and extensions on closing
ks129 d15c4fc
Use result instead exception for watchchannel closing task
ks129 6a81f71
Catch not found exception in scheduler
ks129 7c218c2
Merge branch 'master' into bug-fixes
ks129 8a28656
Merge NotFound caching with HttpException caching with status code
ks129 50db55d
Fix user leaving from guild log grammar
ks129 7c2ceed
Log exception instead warning for unexpected HttpException
ks129 fc59307
Remove second unnecessary parenthesis
ks129 eb73d30
Add failure message when applying infraction fails because user left
ks129 690ccd2
Fix removing extensions and cogs for bot shutdown
ks129 00ff573
Remove unnecessary f-string
ks129 eb3205d
Merge branch 'master' into bug-fixes
ks129 0f294d9
Merge branch 'master' into bug-fixes
ks129 9d96d49
Log info instead error for watchchannel consume task cancel
ks129 66ea8a3
Merge branch 'master' into bug-fixes
ks129 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.