| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | | | Merge pull request #2086 from python-discord/fix-bot-2081 | 2022-03-04 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix DM handling for code snippets. | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'main' into fix-bot-2081 | 2022-03-04 | -117/+643 | ||
| | |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #2107 from an-dyy/patch-1 | 2022-03-01 | -5/+21 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix: Make the help command's button only work for author | ||||
| | * | | | | | | | | | docs: Added docstring for moderator access | 2022-03-01 | -1/+5 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | feat: Allow moderators to use buttons in other people's help command | 2022-02-28 | -1/+3 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | docs: Make docstring sound better | 2022-02-28 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | fix: Make help buttons only work for author | 2022-02-28 | -5/+15 | ||
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #2071 from minalike/feature/nonpinging-helper-notify | 2022-02-23 | -46/+97 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Notify helpers without ping when dormant channels are running low | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'main' into feature/nonpinging-helper-notify | 2022-02-23 | -121/+545 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #2101 from python-discord/fix/help-channels-attribute-error | 2022-02-23 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make sure the regex match is not None before adding to claimaints cache | ||||
| | * | | | | | | | | | | fix: Make sure the regex match is not None before adding to claimaints cache | 2022-02-23 | -3/+4 | ||
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there was a bot message in a help channel that contained an embed that was not the claimed channel message, this would raise an attribute error. | ||||
| | * | | | | | | | | | Fixup: remove extra blank line | 2022-02-22 | -1/+0 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π Fix to correctly calculate number of seconds from last notification | 2022-02-22 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | total_seconds() is the correct method to obtain a time delta in seconds | ||||
| | * | | | | | | | | | π Only send metric if helpers were notified | 2022-02-22 | -6/+4 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π Fix indentation and update grammar for when only 1 channel remains | 2022-02-22 | -8/+11 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π‘ Update docstrings to reflect changes | 2022-02-03 | -0/+6 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π¨ Linting fixes | 2022-02-03 | -3/+8 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π Remove the need to pass in channel via arguments | 2022-02-03 | -15/+13 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | β»οΈMove notifications into `_message.py` with predicate | 2022-02-03 | -30/+55 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π‘ Comment usage of arbitrarily old date | 2022-02-03 | -0/+1 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π Remove redundant parenthesis | 2022-02-03 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π¨ Linting fixes | 2022-02-01 | -4/+8 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | β¨ Notify running low on channels | 2022-02-01 | -30/+29 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π‘ Update docstrings | 2022-01-31 | -1/+16 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π Update `notify_none_remaining` docstring | 2022-01-31 | -5/+4 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | β»οΈRename `notify` -> `notify_none_remaining` | 2022-01-31 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π§ Add `notify_running_low` config values | 2022-01-31 | -3/+3 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π§ Add `notify_running_low` config values | 2022-01-31 | -2/+4 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | π§ Add `notify_running_low` config values | 2022-01-31 | -10/+7 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | βοΈ`LATEST_MESSSAGE` -> `LATEST_MESSAGE` | 2022-01-31 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | chore: Disallow code snippets in DMs | 2022-02-28 | -22/+16 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Fix two errors | 2022-02-17 | -5/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed `destination.guild` to `message.guild` since `DMChannel` doesn't have a "guild" attribute - Only call `wait_for_deletion` when inside a guild. | ||||
| | | * | | | | | | | | Fix DM handling for code snippets. | 2022-02-14 | -10/+17 | ||
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Add more expiration details to infraction DMs | 2022-03-05 | -2/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate the expiration timestamp and the duration. Explicitly indicate if an infraction is permanent or expired. Include the time remaining as a humanised delta. | ||||
| | | | * | | | | | | | Fix Member fetch in resend infraction command | 2022-02-22 | -2/+3 | ||
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Merge main into feat/mod/1664/resend-infraction | 2022-02-22 | -3699/+7418 | ||
| | | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| | | | * | | | | | | | Clarify that a resent infraction DM is not a new infraction. | 2021-07-15 | -1/+4 | ||
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Disallow resending hidden infractions | 2021-07-15 | -0/+4 | ||
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Fix superstarify reason displaying the incorrect nickname | 2021-07-15 | -11/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the edit was happening before the reason string was formatted, the edit updated the state of the user object, causing the nickname to be the superstarified one rather than the one the user was attempting to use. | ||||
| | | | * | | | | | | | Add command to resend infraction embed | 2021-07-15 | -3/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve #1664 | ||||
| | | | * | | | | | | | Add util function to send an infraction using an Infraction dict | 2021-07-15 | -19/+45 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was some redundant pre-processing of arguments happening before calling `notify_infraction`. | ||||
| | | | * | | | | | | | Remove unnecessary config constant | 2021-07-15 | -2/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's only being used as an anchor in the YAML file. There is no need to have it in Python if no Python code references it. | ||||
| | | | | * | | | | | | chore: Simplify the permissions checking in duck ponds | 2022-02-28 | -17/+3 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Use `discord.Guild.get_channel_or_thread()` instead of `discord.utils.get()` | 2022-02-17 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Allow duckifying of messages in threads | 2022-02-14 | -5/+11 | ||
| | | | |/ / / / / / | | |/| | | | | | | |||||
| | | | | * | | | | | apply decorator on superstarify too | 2022-03-18 | -0/+2 | ||
| | | | | | | | | | | |||||
| | | | | * | | | | | try-except to prevent a TypeError instead of `if isinstance` | 2022-03-18 | -2/+5 | ||
| | | | | | | | | | | |||||
| | | | | * | | | | | rename function to be more generic | 2022-03-18 | -17/+17 | ||
| | | | | | | | | | | |||||
| | | | | * | | | | | move duration check to a decorator | 2022-03-01 | -12/+40 | ||
| | | | | | | | | | | |||||
| | | | | * | | | | | remove unused imports | 2022-02-21 | -2/+0 | ||
| | | | | | | | | | | |||||