aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove verification channel special case from error handler testsGravatar ks1292021-02-19-13/+5
| | | | We don't have a verification channel anymore, so this have no point and this just give errors.
* Merge branch 'master' into error-handler-testGravatar ks1292021-02-19-2907/+3859
|\
| * Delete free.mdGravatar Senjan212021-02-19-5/+0
| | | | | | Reasoning behind this is it is rarely used and when its used its often just to test something or as an attempt to close a help channel.
| * Update DockerfileGravatar Joe Banks2021-02-14-1/+1
| |
| * Merge pull request #1418 from python-discord/ks123/docker-git-shaGravatar Xithrius2021-02-14-5/+7
| |\ | | | | | | Move Git SHA defining at end of Dockerfile to re-enable caching
| | * Merge branch 'master' into ks123/docker-git-shaGravatar Joe Banks2021-02-14-1/+2
| | |\ | | |/ | |/|
| * | Merge pull request #1419 from python-discord/pypi-command-escape-markdownGravatar Xithrius2021-02-13-1/+2
| |\ \ | | | | | | | | Escaping markdown in the PyPi embed.
| | * | Made flake8 even happier.Gravatar xithrius2021-02-13-1/+1
| | | |
| | * | Escaping markdown in all fields that are created.Gravatar xithrius2021-02-13-1/+2
| |/ /
| | * Move Git SHA defining at end of Dockerfile to re-enable cachingGravatar ks1292021-02-13-5/+7
| |/ | | | | Defining SHA at the beginning of build breaks caching, so this should be avoided.
| * Merge pull request #1416 from python-discord/pypi-commandGravatar ks1292021-02-13-6/+81
| |\ | | | | | | Creation of the PyPi command.
| | * Taking only the first line of multiline fields.Gravatar xithrius2021-02-12-2/+7
| | |
| | * Fixed conflicts.Gravatar xithrius2021-02-12-0/+0
| | |\
| | | * Made docstring more specific.Gravatar Xithrius2021-02-12-1/+1
| | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| | * | Rotating colours in embed, title now links to package.Gravatar xithrius2021-02-12-5/+12
| | | |
| | * | Added colours yellow, blue, and white.Gravatar xithrius2021-02-12-6/+12
| | |/
| | * Moved hyperlink to title.Gravatar xithrius2021-02-12-2/+2
| | |
| | * Finalized logic to account for null cases.Gravatar xithrius2021-02-12-3/+3
| | |
| | * Accounting for completely empty fields that only contain whitespaces.Gravatar xithrius2021-02-12-1/+2
| | |
| | * Empty fields have been accounted for by getting usually non-empty ones.Gravatar xithrius2021-02-12-7/+8
| | |
| | * Made flake8 very happy.Gravatar xithrius2021-02-11-2/+2
| | |
| | * Added more fields and responses.Gravatar xithrius2021-02-11-5/+25
| | |
| | * Added base of the pypi command.Gravatar xithrius2021-02-11-0/+35
| |/
| * Merge pull request #1398 from anand2312/patch-1Gravatar Xithrius2021-02-11-0/+16
| |\ | | | | | | Make `KeyError` tag
| | * Merge branch 'master' into patch-1Gravatar Xithrius2021-02-11-42/+103
| | |\ | | |/ | |/|
| * | Merge pull request #1401 from python-discord/bug/1371/moderation-checkGravatar Matteo Bertucci2021-02-10-2/+26
| |\ \ | | | | | | | | Fix #1371 error via adding errors.
| | * \ Merge branch 'master' into bug/1371/moderation-checkGravatar Matteo Bertucci2021-02-10-40/+77
| | |\ \ | | |/ / | |/| |
| * | | ICMP is disabled in production, so we can't ping the APIGravatar Joe Banks2021-02-10-1/+1
| | | |
| * | | Merge pull request #1411 from python-discord/internal-api-routingGravatar Joe Banks2021-02-10-3/+5
| |\ \ \
| | * | | Alphabetical sorting in config-default.ymlGravatar Joe Banks2021-02-10-1/+1
| | | | |
| | * | | Migrate ping command to ping internal APIGravatar Joe Banks2021-02-10-1/+1
| | | | |
| | * | | Migrate API utilities to use internal DNS routingGravatar Joe Banks2021-02-10-2/+4
| |/ / /
| * | | Merge pull request #1405 from python-discord/swfarnsworth/tag_messagesGravatar Xithrius2021-02-08-38/+29
| |\ \ \ | | | | | | | | | | New wording for some tag messages
| | * \ \ Merge branch 'master' into swfarnsworth/tag_messagesGravatar Sebastiaan Zeeff2021-02-08-21/+148
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1406 from ↵Gravatar Hassan Abouelela2021-02-07-42/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-discord/revert-1396-dynamic-available-help-channels Revert "Dynamic available help channels message"
| | * | | | Revert "Dynamic available help channels message"Gravatar Hassan Abouelela2021-02-07-42/+0
| |/ / / /
| * | | | Merge pull request #1396 from python-discord/dynamic-available-help-channelsGravatar Xithrius2021-02-07-0/+42
| |\ \ \ \ | | | | | | | | | | | | Dynamic available help channels message
| | * \ \ \ Merge branch 'master' into dynamic-available-help-channelsGravatar Xithrius2021-02-07-0/+46
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1400 from anand2312/patch-2Gravatar Kieran Siek2021-02-07-0/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | Make `defaultdict` tag
| | * \ \ \ \ Merge branch 'master' into patch-2Gravatar Kieran Siek2021-02-07-0/+23
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #1403 from python-discord/ks123/discord-py-local-file-tagGravatar ks1292021-02-07-0/+23
| |\ \ \ \ \ \
| | * | | | | | Put filename between backticksGravatar ks1292021-02-06-1/+1
| | | | | | | |
| | * | | | | | Remove unnecessary period from local-file tagGravatar ks1292021-02-06-1/+1
| | | | | | | |
| | * | | | | | Add missing 'a' article in local-file tagGravatar ks1292021-02-06-1/+1
| | | | | | | |
| | * | | | | | Add back removed 'can' to local-file tagGravatar ks1292021-02-06-1/+1
| | | | | | | |
| | * | | | | | Fix grammar of local-file tagGravatar ks1292021-02-06-2/+2
| | | | | | | |
| | * | | | | | Add hyperlinks for local file tag discord.py referencesGravatar ks1292021-02-06-4/+4
| | | | | | | |
| | * | | | | | Mention instance in comment about MessageableGravatar ks1292021-02-06-1/+1
| | | | | | | |
| | * | | | | | Remove additional newline from end of tagGravatar ks1292021-02-06-1/+0
| | | | | | | |
| | * | | | | | discord.Messageable -> discord.abc.MessageableGravatar ks1292021-02-06-1/+1
| | | | | | | |