Skip to content

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 the beginning for a new, better structuring system!

License

Notifications You must be signed in to change notification settings

Jerrydotpy/EpikCord.py

 
 

Repository files navigation

EpikCord logo

EpikCord.py

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.

Why EpikCord.py?

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.

Contributing to the library

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.

Help and Support

If you need help, you can join our EpikCord.py Discord Server and ask for help there.

Discord server

Installing

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

Examples

All examples are located in the examples folder. Main ones are:

Important links

Documentation - here

Discord Server for assistance - here

All Examples - here

About

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 the beginning for a new, better structuring system!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%