Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 656 Bytes

Reinhard

Reference implementation of a Python 3.12+ Hikari-Tanjun bot.

For more information on the libraries this uses see Tanjun and Hikari

Usage

Invite

The standard instance of this bot can be invited to your guild using this invite link

Self-hosted.

This can be self hosted through only a few easy steps:

  1. Ensure you have docker-compose installed.
  2. Rename .env.example to .env and fill in the required entries.
  3. Run docker-compose up.