A new project to extend discord.py and it's features.
- Easy to use
- Similar to discord.py
- A future-rich, modernic design using Python's
async
andawait
syntax.
Python 3.8 or higher is required
To install the library from pypi, simply do:
# Linux/macOS
python3 -m pip install -U "discord.customs"
# Windows
py -3 -m pip install -U discord.customs
To install the development version, do the following:
$ git clone https://github.com/FrostiiWeeb/discord.customs
$ cd discord.customs
$ python3 -m pip install -U .
See the examples folder