diff options
author | 2024-08-22 18:23:53 -0500 | |
---|---|---|
committer | 2024-08-22 18:23:53 -0500 | |
commit | 50bedf5f39db8834d2d9051f4772578d9cf16eca (patch) | |
tree | 4d56b883c0cf51583a1f442b53f96ab171247186 | |
parent | Add tests for new raise_for_status test shim helpers (diff) | |
parent | Add Discord.py masterclass resource (diff) |
Merge pull request #1421 from python-discord/jb3/resources/discord.py-masterclass
Add Discord.py masterclass resource
-rw-r--r-- | pydis_site/apps/resources/resources/discord_py_masterclass.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/discord_py_masterclass.yaml b/pydis_site/apps/resources/resources/discord_py_masterclass.yaml new file mode 100644 index 00000000..52338338 --- /dev/null +++ b/pydis_site/apps/resources/resources/discord_py_masterclass.yaml @@ -0,0 +1,12 @@ +description: A whistlestop tour of the functionality of discord.py, the most popular Python library for Discord +name: Discord.py Masterclass +title_url: https://fallendeity.github.io/discord.py-masterclass +tags: + topics: + - discord bots + payment_tiers: + - free + difficulty: + - intermediate + type: + - tutorial |