https://github.com/Cursed-Solutions/Reinhard
Reference Hikari-tanjun bot
https://github.com/Cursed-Solutions/Reinhard
discord discord-bot hikari tanjun
Last synced: 18 days ago
JSON representation
Reference Hikari-tanjun bot
- Host: GitHub
- URL: https://github.com/Cursed-Solutions/Reinhard
- Owner: FasterSpeeding
- License: bsd-3-clause
- Created: 2020-11-22T09:21:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T12:19:27.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:19:22.030Z (over 1 year ago)
- Topics: discord, discord-bot, hikari, tanjun
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reinhard
Reference implementation of a Python 3.12+ Hikari-Tanjun bot.
For more information on the libraries this uses see [Tanjun](https://github.com/FasterSpeeding/Tanjun)
and [Hikari](https://github.com/hikari-py/hikari)## Usage
### Invite
The standard instance of this bot can be invited to your guild using this
[invite link](https://discord.com/oauth2/authorize?client_id={me.id}&scope=bot%20applications.commands&permissions=8)# Support
Go to the [support server](https://discord.gg/bZ7BrYJ63g) for support.
### 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`.