| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | * | | | | | | | Move GitHub API key to better location | 2020-11-17 | -13/+5 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Port branding management to this bot from SeasonalBot | 2020-11-17 | -0/+569 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Handle branding error in error handler | 2020-11-17 | -2/+6 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Create mock_in_debug decorator for branding | 2020-11-17 | -1/+22 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Add required colors and emoji for branding management | 2020-11-17 | -0/+12 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Create AssetType enum | 2020-11-16 | -0/+11 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Add arrow dependency for branding | 2020-11-16 | -1/+10 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Create config for tokens and add GitHub token | 2020-11-16 | -0/+10 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Add basic branding configuration | 2020-11-16 | -0/+10 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Port seasons from SeasonalBot to here | 2020-11-16 | -0/+181 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Add BrandingError to errors | 2020-11-16 | -0/+6 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | Add months Enum to constants | 2020-11-16 | -1/+19 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Move not allowed to run message to constant and match comment with code | 2020-12-02 | -4/+6 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Don't log CommandError, handle it as check fail | 2020-11-21 | -2/+2 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Fix import order of help command file | 2020-11-07 | -1/+1 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Catch CommandError for help command can_run await | 2020-11-07 | -5/+9 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Merge branch 'master' into help-disabled-command | 2020-11-07 | -1496/+2971 | ||
| | | | | | | | | | |\ \ \ \ | |||||
| | | | | | | | | | * | | | | | Help: Show different message for case when command is disabled | 2020-09-28 | -2/+5 | ||
| | | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | | Help: Add handling of disabled commands to avoid DisabledCommand error | 2020-09-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | Merge branch 'master' into fuzz-the-matches | 2021-01-18 | -3410/+4835 | ||
| | | | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Update discord.py to the 1.6 release | 2021-01-11 | -17/+27 | ||
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #1350 from python-discord/mbaruh/developerectomy | 2021-01-10 | -720/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Annihilate all traces of Developer and Unverified roles | ||||
| | * | | | | | | | | | | | | | | Annihilate all traces of Developer and Unverified roles | 2021-01-11 | -720/+14 | ||
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Make sure that users without the Developers role can use tag. | 2021-01-10 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a check in place to restrict tag usage to a certain role, but our default is the Developers role, and some users now don't have this code. This commit fixes this by using None as a default and adding a truth test in the check_accessibility method. | ||||
| * | | | | | | | | | | | | | | Upped duckpond threshold to 5 | 2021-01-08 | -1/+1 | ||
| | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #1340 from python-discord/ks123/raw-fix | 2021-01-04 | -2/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add check does user have permission to get raw message and re-enable raw command | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into ks123/raw-fix | 2021-01-04 | -71/+131 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #1152 from python-discord/Make_nomination_reason_optional | 2021-01-03 | -8/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make nomination reason optional. | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into Make_nomination_reason_optional | 2021-01-03 | -45/+60 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge PR #1345 - Update d.py to fix webhook message publishing | 2021-01-03 | -45/+60 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Update discord.py to fix webhook message publishing. | 2021-01-01 | -45/+60 | ||
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to #1342. | ||||
| | * | | | | | | | | | | | | | Removed 'Optional' import. | 2021-01-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Removed unnecessary debugging logs. | 2021-01-02 | -2/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Dennis Pham <[email protected]> | ||||
| | * | | | | | | | | | | | | | Set reason to default as an empty string. | 2021-01-02 | -5/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Dennis Pham <[email protected]> | ||||
| | * | | | | | | | | | | | | | No nominaton reason blank replaced by italic None | 2021-01-02 | -2/+4 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Rebased master into this branch. | 2021-01-02 | -6460/+7705 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The cogs folder no longer exists, but the merge command was able to automagically find the correct files to merge into. Nomination reason is now optional. | ||||
| * | | | | | | | | | | | | | | Merge pull request #1334 from python-discord/bug/precommit-pycharm | 2020-12-31 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix flake8 pre-commit hook running through PyCharm | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bug/precommit-pycharm | 2020-12-31 | -297/+322 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #1339 from python-discord/swfarnsworth/info | 2020-12-31 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `!user` command says if a user is "Verified", rather than "Pending" | ||||
| | * | | | | | | | | | | | | | | | "Pending: False" to "Verified: True" to agree with new semantics. | 2020-12-30 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-12-30 | -14/+59 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/info | ||||
| * | | | | | | | | | | | | | | | | Merge pull request #1016 from ks129/bug-fixes | 2020-12-29 | -14/+59 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some bug fixes | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bug-fixes | 2020-12-29 | -554/+567 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Log info instead error for watchchannel consume task cancel | 2020-12-17 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into bug-fixes | 2020-12-17 | -55/+274 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'master' into bug-fixes | 2020-12-02 | -1079/+1215 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | Remove unnecessary f-string | 2020-12-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Fix removing extensions and cogs for bot shutdown | 2020-12-02 | -3/+7 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Add failure message when applying infraction fails because user left | 2020-12-02 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Remove second unnecessary parenthesis | 2020-12-02 | -4/+2 | ||
| | | | | | | | | | | | | | | | | | | | |||||