/cordium

A simple, asynchronous wrapper for the Discord API

Primary LanguagePython

cordium

A simple, asynchronous wrapper for the Discord API

Installation

Cordium is not ready to be used in production.

$ pip install git+https://github.com/Dorukyum/cordium

Contribution

# fork and clone the repository
$ git clone [the url of your fork]
$ cd cordium

# make, commit and push changes
$ git add [files]
$ git commit -m "Commit message"
$ git push

Feel free to open a pull request.