| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | * | | | | | | | | fix linting issues | 2021-08-07 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | added escape markdown in PythonNews | 2021-08-07 | -2/+9 | ||
| | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | Modify reminder response messages to be in the correct format | 2021-08-22 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | Provide jump_url in reminders even when the bot replies | 2021-08-17 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the message is in the same channel and the bot replies, from now on it will also provide a jump_url for the sake of consistency | ||||
| | | | | | * | | | | | | | Improve code consitency in remainders | 2021-08-13 | -2/+2 | ||
| | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | Update reminders to reply instead of using a jump url to the origin message | 2021-08-13 | -15/+22 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Remove role pings when a helper vote is posted (#1744) | 2021-08-11 | -2/+2 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge #1726 - catch various 404s from message operations | 2021-08-11 | -12/+37 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | Merge branch 'main' into bug/message-404 | 2021-08-11 | -13/+16 | ||
| | | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Merge pull request #1740 from python-discord/TizzySaurus-patch-1 | 2021-08-11 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | Remove added punctuation from reminder | ||||
| | | * | | | | | | | | | Remove added punctuation from reminder | 2021-08-11 | -1/+1 | ||
| | |/ / / / / / / / / | |||||
| | * | | | | | | | | | Merge pull request #1738 from python-discord/dynamic-dormant-message | 2021-08-11 | -5/+13 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make DORMANT_MSG Dynamic | ||||
| | | * | | | | | | | | | Fetch dormant category rather than use channel.category | 2021-08-11 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel.category doesn't get updated in cache so the category ends up still linking to "In Use", whereas we want the "Dormant". | ||||
| | | * | | | | | | | | | Change bot.get_channel to utils.channels.try_get_channel | 2021-08-11 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Make DORMANT_MSG a string instead of f-string | 2021-08-11 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Update embed sent when channel moves to dormant category | 2021-08-11 | -1/+8 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Update DORMANT_MSG to allow kwargs in str.format() | 2021-08-11 | -3/+3 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Update DORMANT_MSG to be compatible with str.format() | 2021-08-11 | -3/+3 | ||
| | |/ / / / / / / / / | |||||
| | * | | | | | | | | | Merge pull request #1733 from ↵ | 2021-08-10 | -5/+0 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/chore/vcokltfre/blocking-tag-newlines chore: remove some newlines in the blocking tag | ||||
| | | * | | | | | | | | | chore: remove some newlines in the blocking tag | 2021-08-10 | -5/+0 | ||
| | |/ / / / / / / / / | |||||
| | * | | | | | | | | | Merge pull request #1732 from SuperstalkerX/patch-1 | 2021-08-10 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed error message to match true value | ||||
| | | * | | | | | | | | | Fixed error message to match true value | 2021-08-09 | -1/+1 | ||
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the limit was raised, the error message was not edited to reflect the change. https://github.com/python-discord/bot/commit/6f45d6896adb3f05962733cec8e5db199def20bc | ||||
| | | * | | | | | | | | Duck pond: abort if reaction's message or author can't be found | 2021-08-07 | -1/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-1J7 | ||||
| | | * | | | | | | | | Code block: catch 404s when editing or deleting the message | 2021-08-07 | -7/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-J2 | ||||
| | | * | | | | | | | | Incidents: catch 404s | 2021-08-07 | -4/+20 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-ZN | ||||
| | | | | | | | | * | | remove redundant typehints | 2021-08-14 | -3/+0 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | fix wrong name being interpolated | 2021-08-09 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Assign converters to their return values during type checking | 2021-08-09 | -0/+20 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Move all converters to converters.py | 2021-08-09 | -73/+81 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| | * | | | | | | | | Merge pull request #1727 from onerandomusername/patch-1 | 2021-08-08 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | change dockerfile python version to latest 3.9.x | ||||
| | | * | | | | | | | change dockerfile python version to latest 3.9.x | 2021-08-08 | -1/+1 | ||
| | |/ / / / / / / | |||||
| | * | | | | | | | Merge pull request #1678 from D0rs4n/pr/serverinfoleads | 2021-08-06 | -8/+37 | ||
| | |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Add `Leads` to Server info Embed. | ||||
| | | * | | | | | | Merge branch 'main' into pr/serverinfoleads | 2021-08-06 | -111/+269 | ||
| | | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #1709 from ↵ | 2021-08-04 | -13/+14 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/bot-1jd/backend/wait-for-deletion-404 Catch 404 error when waiting to delete message | ||||
| | | * \ \ \ \ \ \ | Merge branch 'main' into bug/bot-1jd/backend/wait-for-deletion-404 | 2021-08-04 | -90/+230 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Reorder user roles in !user command from highest to lowest (#1719) | 2021-08-04 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder user roles in !user command from highest to lowest | ||||
| | * | | | | | | | | Suppress 403 error when sending DEFCON reject DM (#1711) | 2021-08-04 | -3/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 403 occurs if the user has DMs disabled. Fixes BOT-137 | ||||
| | * | | | | | | | | Merge pull request #1708 from python-discord/bug/mod/1706/infr-append-no-reason | 2021-08-04 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix TypeError when infraction append is not given a reason | ||||
| | | * \ \ \ \ \ \ \ | Merge branch 'main' into bug/mod/1706/infr-append-no-reason | 2021-08-04 | -85/+221 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | | Force utf-8 decoding when querying metabase | 2021-08-03 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some discord usernames contain unicode characters, which causes an decoding error as chardet isn't 100% and can't falsely detect the response text as Windows-1254. | ||||
| | * | | | | | | | | | Merge pull request #1705 from wookie184/autoreview-toggle | 2021-08-03 | -4/+66 | ||
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | Add commands to turn automatic review posting on or off | ||||
| | | * | | | | | | | | Merge branch 'main' into autoreview-toggle | 2021-08-03 | -79/+153 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #1712 from python-discord/mbaruh-patch-1 | 2021-08-03 | -1/+2 | ||
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Correctly delete from cache in ModPings | ||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh-patch-1 | 2021-08-03 | -78/+131 | ||
| | | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Update Sentry SDK to 1.3 | 2021-08-03 | -78/+131 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Correctly delete from cache | 2021-08-03 | -1/+2 | ||
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed wrong condition in rescheduler which made the eventual consistency not work. * Mods now correctly removed from cache on role reapplies. | ||||
| | * | | | | | | | | | Add virtual environment (venv) tag (#1702) | 2021-08-02 | -0/+20 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add virtual environment (venv) tag Co-authored-by: bast0006 <[email protected]> Co-authored-by: wookie184 <[email protected]> Co-authored-by: Xithrius <[email protected]> | ||||
| | | * | | | | | | | | Add comment on RedisCache | 2021-08-03 | -0/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Add check for redundant change | 2021-08-03 | -0/+8 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Remove bot prefix from docstring and change single quotes to double | 2021-08-03 | -11/+11 | ||
| | | | | | | | | | | | |||||