Skip to content

an-dyy/Rin

Repository files navigation

Rin

A strongly typed discord API wrapper. This is the successor to the Lefi project.

Installation

Installing from GitHub

pip install -U git+https://github.com/an-dyy/Rin

Installing from Pypi

Note that since the project is still unstable, the lastest pypi version may be behind master by a lot.

pip install -U rin

Example(s)

Here!

Documentation

Documentation

Contributing

  1. If you plan on contributing please open an issue beforehand
  2. Fork the repo, and setup the poetry env (with dev dependencies)
  3. Install pre-commit hooks (makes it a lot easier for me)
    pre-commit install
    

Notable contributors