Reference implementation of a Python 3.12+ Hikari-Tanjun bot.
For more information on the libraries this uses see Tanjun and Hikari
The standard instance of this bot can be invited to your guild using this invite link
This can be self hosted through only a few easy steps:
- Ensure you have docker-compose installed.
- Rename .env.example to .env and fill in the required entries.
- Run
docker-compose up
.