Welcome to EpikCord.py! This is an API Wrapper for Discord's API for Python! We've decided not to fork discord.py and start completely from scratch for a new, better structuring system!
There are many other libraries for the Discord API written in Python, there is no reason for you to choose us over other great libraries!
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.
Have functions and attributes you not sure about? Check our docs here
If you need help, you can join our EpikCord.py Discord Server and ask for help there.
The minimal requirements for EpikCord.py is Python>=3.8
. Python 3.7 and lower and Python 2 family are not supported
Warning!
This Library is in preview and hasn't been released yet. Some features may not work properly.
Get the library from the Python Package Index (PyPI)
pip install EpikCord.py
Sometimes you might want to keep this library from conflicting with other libraries or use a different version of libs than the ones in the system. You also might not have permissions for installing libraries. Luckily Virtual Environments are here to save you. From Python3.3, there is a concept called Virtual Environment to help maintain these libs
- Go to your project's working directory:
$ cd bot-source-dir $ python3 -m venv YourBotEnvName
-
Activate the venv If you don't know how to see it here
-
Installing
pip install -U EpikCord.py