| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | | | | | | Merge pull request #1551 from dolphingarlic/master | 2021-04-30 | -5/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the code snippets limits | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into master | 2021-04-30 | -19/+603 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Wait for cache to fill before redirecting | 2021-04-27 | -0/+1 | ||
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Redirect to #bot-commands if the message's length is > 1000 | 2021-04-27 | -5/+16 | ||
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Fixed the line limit and halved the char limit | 2021-04-27 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge pull request #3 from python-discord/main | 2021-04-27 | -0/+0 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1028 from dolphingarlic/master | ||||
| | | | * | | | | | | | | | | CodeSnippets: fix type annotations | 2021-04-28 | -4/+5 | ||
| | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | CodeSnippets: add more detail to the request error message | 2021-04-28 | -2/+3 | ||
| | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | CodeSnippets: use a lower log level for 404 responses | 2021-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 exception | 2021-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' | 2021-04-30 | -1/+1 | ||
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | feat: Use embed timestamp in modpings off | 2021-04-29 | -3/+5 | ||
| | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | Removed opinions from text. | 2021-05-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]> | ||||
| | | | * | | | | | | | | Move comments to their own line. | 2021-04-12 | -3/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the inline comments would wrap onto their own line which looked terrible. | ||||
| | | | * | | | | | | | | Be more consistent with word choice. | 2021-04-12 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed "method" and "way" to "solution" | ||||
| | | | * | | | | | | | | Create str-join.md | 2021-04-12 | -0/+25 | ||
| | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Create a tag to showcase `str.join` | ||||
| | | | | | | | * | | | Remove unused function. | 2021-05-10 | -16/+0 | ||
| | | | | | | | | | | | |||||
| | | | | | | | * | | | Remove unused redddit emojis. | 2021-05-04 | -9/+0 | ||
| | | | | | | | | | | | |||||
| | | | | | | | * | | | Remove reddit references. | 2021-04-28 | -47/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | * | | | Delete reddit cog. | 2021-04-20 | -308/+0 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: consider that the first message has two role pings | 2021-05-15 | -8/+12 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: change archive timestamp to %Y/%m/%d | 2021-05-15 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Utils: fix indentation | 2021-05-15 | -4/+4 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: fix formatting issue | 2021-05-10 | -2/+8 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Duckpond: make use of count_unique_users_reaction | 2021-05-09 | -21/+25 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nominations: promote the mention regex to a constant | 2021-05-09 | -1/+4 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: simplify history loop | 2021-05-09 | -5/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: mbaruh <[email protected]> | ||||
| | | | | | | | | * | | Nominations: send many archive messages if the nomination is too long | 2021-04-24 | -6/+8 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: properly handle multi messages nominations | 2021-04-24 | -9/+27 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: pin nomination announcements | 2021-04-24 | -4/+23 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nomination: ping the whole team | 2021-04-23 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Nominations: automate post archiving | 2021-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 problems | 2021-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 tag | 2021-05-16 | -1/+22 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | | * | Change programme to program | 2021-05-16 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | | * | Create blocking.md | 2021-05-01 | -0/+7 | ||
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #954 from ks129/error-handler-test | 2021-04-28 | -13/+561 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Error Handler tests | ||||
| | * | | | | | | | | | Address error behavior update. | 2021-04-28 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BadUnionArgument sends command help after: https://github.com/python-discord/bot/pull/1434 | ||||
| | * | | | | | | | | | Remove BrandingError check. | 2021-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-test | 2021-04-28 | -2666/+5262 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #1538 from RohanJnr/suspend_stream | 2021-04-28 | -3/+27 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Suspend stream when revoked | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'suspend_stream' of https://github.com/RohanJnr/bot into ↵ | 2021-04-28 | -31/+474 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suspend_stream | ||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'main' into suspend_stream | 2021-04-28 | -31/+474 | ||
| | | |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #1552 from python-discord/not-in-guild-error-message | 2021-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-message | 2021-04-27 | -0/+247 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #1028 from dolphingarlic/master | 2021-04-27 | -0/+247 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch 'main' into master | 2021-04-27 | -3881/+6985 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge two comments into one | 2021-04-27 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
| | * | | | | | | | | | | | Sort snippet matches by their start position | 2021-04-17 | -5/+10 | ||
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Fixed syntax error with wait_for_deletion | 2021-01-30 | -2/+1 | ||
| | | | | | | | | | | | | | |||||
