License: GPL-3.0 License (see the LICENSE file for details) covers all files in the acord repository unless stated otherwise.
Acord is coming out of ALPHA development, it is somewhat ready for production. However, there may be a few bugs with certain routes!
- Flexible and customizable
- Proper caches and ratelimiters
- Objects are customizable and can be exported with ease
async
andawait
syntax- Always up to date with the discord API (v10)
- Optimised in speed and memory
Python >=3.8 is required
# Install directly from github, this is the best option as of now!
## Linux/Mac OS
pip3 install -U git+https://github.com/Mecha-Karen/acord
## Windows
pip install -U git+https://github.com/Mecha-Karen/acord
# From source
git clone https://github.com/Mecha-Karen/acord
## pip for windows
pip3 install .
Examples can be found Here!