Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A tutorial/guide explaining all features in discord.py and how to make a discord bot from scratch.

Awesome Lists containing this project

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.