| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Formats Help Command Output | 2021-10-17 | -1/+5 | |
| | | | | | | | | | | Closes #1232 Modifies the docstring sent for per-command help to remove weird formatting issues mentioned in #1232. Removes newlines that are not used for paragraph breaks, after retrieving the docstring, and lets the embed handle it on the discord side. Allow overriding this behaviour via \u2003 to denote a non-escapable break. Co-authored-by: Hassan Abouelela <[email protected]> | |||
| * | Modlog: remove tzinfo from member_join (#1877) | 2021-10-17 | -1/+1 | |
| | | ||||
| * | Migrate to Discord 2.0a0 | 2021-10-17 | -98/+288 | |
| |\ | ||||
| | * | Merge remote-tracking branch 'origin/main' into discord-2.0 | 2021-10-17 | -323/+420 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1875 from python-discord/ks123/bugfix/reapply-infraction | 2021-10-16 | -5/+9 | |
| |\ \ | | | | | | | Do not try to calculate expiry if infraction is permanent on reapply | |||
| | * \ | Merge branch 'main' into ks123/bugfix/reapply-infraction | 2021-10-16 | -333/+429 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1872 from python-discord/experiments/isort | 2021-10-16 | -333/+429 | |
| |\ \ \ | | | | | | | | | Experiment: add Isort to our toolchain | |||
| | * | | | Isort: set atomic to true | 2021-10-15 | -0/+1 | |
| | | | | | ||||
| | * | | | Merge remote-tracking branch 'origin/main' into experiments/isort | 2021-10-15 | -235/+277 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | Actions: do not check licenses of dev packages | 2021-10-15 | -2/+4 | |
| | | | | | ||||
| | * | | | ISort: give the codebase a sort | 2021-10-14 | -59/+20 | |
| | | | | | ||||
| | * | | | Remove flake8-import-order | 2021-10-14 | -71/+60 | |
| | | | | | | | | | | | | | | | | | Replaced by flake8-isort now that we use ISort | |||
| | * | | | Precommit: add ISort | 2021-10-14 | -0/+5 | |
| | | | | | ||||
| | * | | | Add ISort to this project | 2021-10-14 | -220/+353 | |
| | | | | | ||||
| | | * | | Do not try to calculate expiry if infraction is permanent on reapply | 2021-10-16 | -5/+9 | |
| | |/ / |/| | | ||||
| | | * | Merge branch 'main' into discord-2.0 | 2021-10-15 | -242/+282 | |
| | | |\ | |_|/ |/| | | ||||
| * | | | Merge pull request #1874 from python-discord/fix-bot-1869 | 2021-10-15 | -1/+1 | |
| |\ \ \ | | | | | | | | | Fix community/staff members not being able to mention users in `!remind` | |||
| | * | | | Update `isinstance` check | 2021-10-14 | -1/+1 | |
| |/ / / | ||||
| * | | | Merge pull request #1831 from python-discord/custom-logger-class | 2021-10-14 | -224/+228 | |
| |\ \ \ | | | | | | | | | Add `CustomLogger` to prevent IDE lint warnings when calling `log.trace`. | |||
| | * | | | Fix newlines after imports and address review | 2021-10-14 | -6/+2 | |
| | | | | | | | | | | | | | | | | | There's now always one blank line (no more, no less) after an import | |||
| | * | | | Migrate to `bot.log.get_logger` function | 2021-10-14 | -206/+199 | |
| | | | | | ||||
| | * | | | Add `CustomLogger` to bot/log.py | 2021-10-14 | -18/+33 | |
| |/ / / | ||||
| * | | | Add a contribute tag which explains how to contribute to PyDis projects | 2021-10-14 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add contribute tag * Adjust wording Adjusts the wording in the tag from feedback Co-authored-by: TizzySaurus <[email protected]> Co-authored-by: ChrisJL <[email protected]> | |||
| * | | | Send `!defcon threshold` message in `channel` as well as #defcon. (#1856) | 2021-10-14 | -7/+17 | |
| | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | |||
| * | | | Merge pull request #1860 from python-discord/fix-infract-then-dm | 2021-10-14 | -2/+12 | |
| |\ \ \ | | | | | | | | | Attempt infraction before DMing | |||
| | * \ \ | Merge branch 'main' into fix-infract-then-dm | 2021-10-14 | -7/+8 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Send the user's mention in the `watch` command. (#1867) | 2021-10-14 | -4/+4 | |
| | | | | | ||||
| * | | | | Merge pull request #1861 from python-discord/solve-bot-1852 | 2021-10-14 | -3/+4 | |
| |\ \ \ \ | |_|/ / |/| | | | Distinguish between note/warning and expired infraction | |||
| | * | | | Merge branch 'main' into solve-bot-1852 | 2021-10-14 | -41/+39 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | Distinguish between note/warning and expired infraction in error message | 2021-10-06 | -3/+4 | |
| | | | | | ||||
| | | * | | Merge branch 'main' into fix-infract-then-dm | 2021-10-11 | -41/+39 | |
| | | |\ \ | |_|/ / |/| | | | ||||
| | | * | | Only send DM before applying infraction for ban/kick | 2021-10-11 | -2/+2 | |
| | | | | | ||||
| | | * | | Remove redundant `else` clauses | 2021-10-10 | -8/+5 | |
| | | | | | ||||
| | | * | | Merge branch 'main' into fix-infract-then-dm | 2021-10-06 | -3/+6 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | | * | | Attempt infraction before DMing | 2021-10-06 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prevents users getting sent an infraction message when the infraction then fails. This time it won't DM for notes :p | |||
| | | | * | Voice gate: set tzinfo to None in author.joined_at | 2021-10-15 | -1/+1 | |
| | | | | | ||||
| | | | * | Defcon: remove tzinfo from member.created_at | 2021-10-15 | -1/+1 | |
| | | | | | ||||
| | | | * | Merge branch 'main' into discord-2.0 | 2021-10-13 | -38/+32 | |
| | | | |\ | |_|_|/ |/| | | | ||||
| * | | | | Merge pull request #1836 from python-discord/tags-revision | 2021-10-11 | -37/+23 | |
| |\ \ \ \ | | | | | | | | | | | Fix typos and grammar in tags | |||
| | * \ \ \ | Merge branch 'main' into tags-revision | 2021-10-11 | -189/+430 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1865 from python-discord/fix-bot-1858 | 2021-10-10 | -1/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Handle 400 when setting pre-existing doc package | |||
| | * | | | | | Fix typo in bot/exts/info/doc/_cog.py | 2021-10-10 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it only took 5 people looking through the diff ... Co-authored-by: Bluenix <[email protected]> | |||
| | * | | | | | Handle 400 when setting pre-existing doc package | 2021-10-10 | -1/+9 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you run, for example: !doc setdoc black https://black.readthedocs/en/stable/objects.inv twice over. You'll get an unhelpful "According to the API, your request is malformed." error message back. This commit adds an error handler to catch the HTTP 400 and tell the user the package already exists. | |||
| | * | | | | Fix typo | 2021-10-08 | -1/+1 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | |||
| | * | | | | Bluenix Review #4 | 2021-10-08 | -2/+2 | |
| | | | | | | ||||
| | * | | | | Bluenix Review #3 | 2021-09-26 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should be squashed upon PR merge. - Another fix in `windows-path.md` | |||
| | * | | | | Bluenix Review #2 | 2021-09-25 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should be squashed upon PR merge. - Made some more fixes in `async-await.md` | |||
| | * | | | | Merge remote-tracking branch 'origin/tags-revision' into tags-revision | 2021-09-25 | -7/+0 | |
| | |\ \ \ \ | ||||
| | | * \ \ \ | Merge branch 'main' into tags-revision | 2021-09-20 | -7/+0 | |
| | | |\ \ \ \ | ||||
| | * | | | | | | Bluenix Review | 2021-09-25 | -27/+13 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should be squashed upon PR merge. - Made changes in `async-await.md`, including changing `run_until_complete()` to `asyncio.run()` - Minor changes in `traceback.md` - Rewriting `windows-path.md` | |||