Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dorukyum/cordium

A simple, asynchronous wrapper for the Discord API
https://github.com/dorukyum/cordium

Last synced: 22 days ago
JSON representation

A simple, asynchronous wrapper for the Discord API

Awesome Lists containing this project

README

        

# cordium
A simple, asynchronous wrapper for the Discord API

## Installation
Cordium is not ready to be used in production.
```sh
$ pip install git+https://github.com/Dorukyum/cordium
```
## Contribution
```sh
# 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](https://github.com/Dorukyum/Pycord-Manager/pulls).