| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create a temporary directory to manage our resource tests instead of
reyling on pyfakefs to mock it away for us. This also makes the code
more portable: all we need now is a way to create a temporary directory.
`pathlib` mostly abstracts away the other parts for us. Since we're
well-behaved, we clean up the temporary directory at the end of the
Python interpreter's life using `atexit` and `shutil.rmtree`.
This PR was written and tested with Python 3.9 which required some hacks
in `pyproject.toml` to make it work, it may require re-locking if CI
throws up.
Closes #679.
|
|
|
| |
Fixes #868.
|
|
|
|
|
|
|
|
| |
Co-authored-by: Johannes Christ <[email protected]>
Co-authored-by: Amrou Bellalouna <[email protected]>
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Xithrius <[email protected]>
Co-authored-by: wookie184 <[email protected]>
|
|
|
| |
Fixes #900.
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
+ Removes typo for the `Admins` role being spelt `Admin`
+ Added the `TRASHCAN_EMOJI` as needed
+ Added code blocks for channel names
|
| | |
|
|/ |
|
| |
|
| |
|
|\ |
|
| |
| |
| | |
Co-authored-by: Xithrius <[email protected]>
|
| |\ |
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | |\ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
quite alright
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
A good point indeed
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pydis_site/apps/content/resources/guides/python-guides/discord-app-commands.md
Co-authored-by: Robin <[email protected]>
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Add a newline at the end of file
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The example pointed to by the previous link is no more, so let's find
another example.
|
| |/ / /
|/| | | |
|
|\ \ \ \ |
|
| | | | | |
|