Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://fallendeity.github.io/discord.py-masterclass/
A tutorial/guide explaining all features in discord.py and how to make a discord bot from scratch.
https://fallendeity.github.io/discord.py-masterclass/
discord-bot discord-py python tutorial
Last synced: 3 months ago
JSON representation
A tutorial/guide explaining all features in discord.py and how to make a discord bot from scratch.
- Host: GitHub
- URL: https://fallendeity.github.io/discord.py-masterclass/
- Owner: FallenDeity
- License: mit
- Created: 2023-07-01T04:39:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-15T22:58:49.000Z (5 months ago)
- Last Synced: 2024-08-15T23:58:55.681Z (5 months ago)
- Topics: discord-bot, discord-py, python, tutorial
- Homepage: https://fallendeity.github.io/discord.py-masterclass/
- Size: 12.9 MB
- Stars: 25
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discordpy - Discord.py Masterclass - A tutorial/guide explaining all features in discord.py and how to make a discord bot from scratch. (Blog Posts, Guides and Tutorials / Miscellaneous)
README
# Installation for windows
Extra steps for windows users
```bash
pipwin install cairocffi
````pipwin` is a package that installs windows binaries for python packages that require them. `cairo` is a dependency for `mkdocs-material` and is required for it to work on windows.