aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | | | 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
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | Removed opinions from text.Gravatar Xithrius2021-05-03-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]>
| | | * | | | | | | | Move comments to their own line.Gravatar SavagePastaMan2021-04-12-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the inline comments would wrap onto their own line which looked terrible.
| | | * | | | | | | | Be more consistent with word choice.Gravatar SavagePastaMan2021-04-12-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed "method" and "way" to "solution"
| | | * | | | | | | | Create str-join.mdGravatar SavagePastaMan2021-04-12-0/+25
| | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | Create a tag to showcase `str.join`
| | | | | | | * | | Remove unused function.Gravatar rohan2021-05-10-16/+0
| | | | | | | | | |
| | | | | | | * | | Remove unused redddit emojis.Gravatar rohan2021-05-04-9/+0
| | | | | | | | | |
| | | | | | | * | | Remove reddit references.Gravatar Rohan2021-04-28-47/+1
| | | | | | | | | |
| | | | | | | * | | Delete reddit cog.Gravatar Rohan2021-04-20-308/+0
| | | | | | | | | |
| | | | | | | | * | Nomination: consider that the first message has two role pingsGravatar Matteo Bertucci2021-05-15-8/+12
| | | | | | | | | |
| | | | | | | | * | Nomination: change archive timestamp to %Y/%m/%dGravatar Matteo Bertucci2021-05-15-1/+1
| | | | | | | | | |
| | | | | | | | * | Utils: fix indentationGravatar Matteo Bertucci2021-05-15-4/+4
| | | | | | | | | |
| | | | | | | | * | Nomination: fix formatting issueGravatar Matteo Bertucci2021-05-10-2/+8
| | | | | | | | | |
| | | | | | | | * | Duckpond: make use of count_unique_users_reactionGravatar Matteo Bertucci2021-05-09-21/+25
| | | | | | | | | |
| | | | | | | | * | Nominations: promote the mention regex to a constantGravatar Matteo Bertucci2021-05-09-1/+4
| | | | | | | | | |
| | | | | | | | * | Nomination: simplify history loopGravatar Matteo Bertucci2021-05-09-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: mbaruh <[email protected]>
| | | | | | | | * | Nominations: send many archive messages if the nomination is too longGravatar Matteo Bertucci2021-04-24-6/+8
| | | | | | | | | |
| | | | | | | | * | Nomination: properly handle multi messages nominationsGravatar Matteo Bertucci2021-04-24-9/+27
| | | | | | | | | |
| | | | | | | | * | Nomination: pin nomination announcementsGravatar Matteo Bertucci2021-04-24-4/+23
| | | | | | | | | |
| | | | | | | | * | Nomination: ping the whole teamGravatar Matteo Bertucci2021-04-23-1/+1
| | | | | | | | | |
| | | | | | | | * | Nominations: automate post archivingGravatar Matteo Bertucci2021-04-23-4/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new reaction handler to the talentpool cog to automatically unpin and archive mesage in #nomination-voting
| | | | | | | | | * Fix tense problemsGravatar Vivaan Verma2021-05-16-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the first paragraph was in the past tense and some was in the present. Now everything is in the present.
| | | | | | | | | * Finish the tagGravatar Vivaan Verma2021-05-16-1/+22
| | | | | | | | | |
| | | | | | | | | * Change programme to programGravatar Vivaan Verma2021-05-16-1/+1
| | | | | | | | | |
| | | | | | | | | * Create blocking.mdGravatar Vivaan Verma2021-05-01-0/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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]>