Important note: The library is currently undergoing a rewrite. The library will be back soon
EpikCord.py is an API wrapper for discord that aims to be very customizable and easy to use.
Unlike most libraries, Most of the classes in EpikCord.py have the data attribute. This means that you can hack and customize the class to your liking.
However, this library is not recommended for beginner users.
We love contributions that help us, so feel free to! You won't be rewarded for this, but it helps us and we'd be very pleased with any contribution. See the Contributing page for more information.
If you need help, you can join our EpikCord.py Discord Server and ask for help there.
Requirements = Python 3.8 or more
For installing base library:
#Windows
py -3.8 -m pip install epikcord.py
#Linux/Mac
python3 -m pip install epikcord.py
For installing voice support (optional[uses PyNaCl]):
#Windows
py -3.8 -m pip install epikcord.py[voice]
#Linux/Mac
python3 -m pip install epikcord.py[voice]
For installing the library directly from the GitHub repository(requires git):
#Windows
py -3.8 -m pip install git+https://github.com/EpikCord/EpikCord.py
#Linux/Mac
python3 -m pip install git+https://github.com/EpikCord/EpikCord.py
All examples are located in the examples folder. Main ones are:
- Basic Bot Example
- Basic Command Example
- Slash Command Example
- User Command Example
- Message Command Example
Documentation - here
Discord Server for assistance - here
All Examples - here