aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Rename `Manual` Variable To Clarify IntentionsGravatar Hassan Abouelela2021-05-10-3/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restructures Silence CogGravatar Hassan Abouelela2021-05-10-78/+78
| | | | | | | Restructures silence cog helper methods to group relation functions in a more logical manner. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Logging StatementGravatar Hassan Abouelela2021-05-10-4/+4
| | | | | | | Changes logging statement levels and messages to correctly express intent. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Function Signature FormattingGravatar Hassan Abouelela2021-05-10-2/+4
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge remote-tracking branch 'fork/voicechannel-mute' into voicechannel-muteGravatar Hassan Abouelela2021-05-09-39/+932
|\
| * Merge branch 'main' into voicechannel-muteGravatar Hassan Abouelela2021-05-04-39/+932
| |\
| | * Merge pull request #1556 from ToxicKidz/mod-ping-off-embed-timestampGravatar Matteo Bertucci2021-05-01-3/+5
| | |\ | | | | | | | | feat: Use embed timestamp in modpings off
| | | * Merge branch 'main' into mod-ping-off-embed-timestampGravatar ToxicKidz2021-05-01-19/+37
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #1555 from python-discord/bug/info/1553/snippet-404Gravatar Xithrius2021-04-30-14/+20
| | |\ \ | | | | | | | | | | Code Snippets: Fix Error Handling for HTTP Request Errors
| | | * \ Merge branch 'main' into bug/info/1553/snippet-404Gravatar Xithrius2021-04-30-5/+17
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #1551 from dolphingarlic/masterGravatar ChrisJL2021-04-30-5/+17
| | |\ \ \ | | | | | | | | | | | | Fixed the code snippets limits
| | | * \ \ Merge branch 'main' into masterGravatar ChrisJL2021-04-30-19/+603
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Wait for cache to fill before redirectingGravatar Andi Qu2021-04-27-0/+1
| | | | | |
| | | * | | Redirect to #bot-commands if the message's length is > 1000Gravatar Andi Qu2021-04-27-5/+16
| | | | | |
| | | * | | Fixed the line limit and halved the char limitGravatar Andi Qu2021-04-27-1/+1
| | | | | |
| | | * | | Merge pull request #3 from python-discord/mainGravatar Andi Qu2021-04-27-0/+0
| | | |\ \ \ | | | | | | | | | | | | | | Merge pull request #1028 from dolphingarlic/master
| | | | | * | CodeSnippets: fix type annotationsGravatar MarkKoz2021-04-28-4/+5
| | | | | | |
| | | | | * | CodeSnippets: add more detail to the request error messageGravatar MarkKoz2021-04-28-2/+3
| | | | | | |
| | | | | * | CodeSnippets: use a lower log level for 404 responsesGravatar MarkKoz2021-04-28-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just cause a URL looks valid doesn't mean it will be valid, so a 404 is a normal and harmless error. Fixes #1553 Fixes BOT-Z4 Fixes BOT-Z8 Fixes BOT-Z9
| | | | | * | CodeSnippets: avoid returning None when request raises an exceptionGravatar MarkKoz2021-04-28-10/+13
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the exception handling to `on_message` to avoid writing a lot of None checks; `_fetch_response` is used multiple times in various places. Fixes #1554 Fixes BOT-Z7
| | | | | * chore: Add the missing 'until'Gravatar ToxicKidz2021-04-30-1/+1
| | | | | |
| | | | | * feat: Use embed timestamp in modpings offGravatar ToxicKidz2021-04-29-3/+5
| | | |_|/ | | |/| |
| | * | | Merge pull request #954 from ks129/error-handler-testGravatar Kieran Siek2021-04-28-13/+561
| | |\ \ \ | | | | | | | | | | | | Error Handler tests
| | | * | | Address error behavior update.Gravatar kosayoda2021-04-28-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BadUnionArgument sends command help after: https://github.com/python-discord/bot/pull/1434
| | | * | | Remove BrandingError check.Gravatar kosayoda2021-04-28-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was removed in the branding manager rewrite: https://github.com/python-discord/bot/pull/1463/
| | | * | | Merge branch 'main' into error-handler-testGravatar kosayoda2021-04-28-2666/+5262
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #1538 from RohanJnr/suspend_streamGravatar Matteo Bertucci2021-04-28-3/+27
| | |\ \ \ \ | | | | | | | | | | | | | | Suspend stream when revoked
| | | * \ \ \ Merge branch 'suspend_stream' of https://github.com/RohanJnr/bot into ↵Gravatar rohan2021-04-28-31/+474
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | suspend_stream
| | | | * \ \ \ Merge branch 'main' into suspend_streamGravatar Matteo Bertucci2021-04-28-31/+474
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #1552 from python-discord/not-in-guild-error-messageGravatar ChrisJL2021-04-27-3/+15
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | Use a specific error message when a warned user isn't in the guild
| | | * | | | | Merge branch 'main' into not-in-guild-error-messageGravatar ChrisJL2021-04-27-0/+247
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #1028 from dolphingarlic/masterGravatar Joe Banks2021-04-27-0/+247
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Merge branch 'main' into masterGravatar Joe Banks2021-04-27-3881/+6985
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge two comments into oneGravatar Andi Qu2021-04-27-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| | | * | | | | Sort snippet matches by their start positionGravatar Andi Qu2021-04-17-5/+10
| | | | | | | |
| | | * | | | | Fixed syntax error with wait_for_deletionGravatar Andi Qu2021-01-30-2/+1
| | | | | | | |
| | | * | | | | Use the GitLab API for GitLab snippetsGravatar Andi Qu2021-01-30-2/+5
| | | | | | | |
| | | * | | | | Got rid of unnecessary regex matching thingsGravatar Andi Qu2021-01-30-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Stuff like `/{0,1}` and `?` at the ends of groups
| | | * | | | | Match both username *and* repo in the GitLab regexGravatar Andi Qu2021-01-24-1/+1
| | | | | | | |
| | | * | | | | Add matching for query params to all the regexesGravatar Andi Qu2021-01-24-3/+3
| | | | | | | |
| | | * | | | | Don't match dashes in GitHub gist revisionsGravatar Andi Qu2021-01-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Gist revisions don't allow dashes oops
| | | * | | | | More restrictive GitHub gist regex for usernamesGravatar Andi Qu2021-01-24-1/+1
| | | | | | | |
| | | * | | | | Account for query params in bitbucketGravatar Andi Qu2021-01-19-7/+6
| | | | | | | |
| | | * | | | | Better GitHub regexGravatar Andi Qu2021-01-19-5/+5
| | | | | | | |
| | | * | | | | Better error reporting in _fetch_response(?)Gravatar Andi Qu2021-01-13-3/+4
| | | | | | | |
| | | * | | | | Better regex now works for <link>Gravatar Andi Qu2021-01-13-7/+7
| | | | | | | |
| | | * | | | | Better regex, moved pattern handlers to __init__, and constant headerGravatar Andi Qu2021-01-13-24/+28
| | | | | | | |
| | | * | | | | Merge pull request #2 from python-discord/masterGravatar Andi Qu2020-12-08-1749/+2306
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into https://github.com/dolphingarlic/bot
| | | * \ \ \ \ \ Merge branch 'master' of https://github.com/dolphingarlic/botGravatar Andi Qu2020-12-08-16/+5
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'master' into masterGravatar Andi Qu2020-10-28-14/+4
| | | | |\ \ \ \ \ \