discord.customs
A new project to extend discord.py and it’s features.
Key Features
Easy to use
Similar to discord.py
A future-rich, modernic design using Python’s
asyncandawaitsyntax.
Installing
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 .
Examples
See the examples folder