A simple Discord slash-command bot made using
Hikari
- An opinionated, static typed Discord microframework for Python3 and asyncio that supports Discord's V8 REST API and Gateway.Lightbulb
- A flexible command framework designed to extend Hikari.
Why slash-commands over prefixes? Read me
Komi is a personal project however, I'm currently working on fleshing out the commands (11/07/2022).
You will need to configure the bot with the static
files. This is needed to store some configuration data that is passed into the bot. The bot uses a few publicly available API (including Discord), it requires a token and api-key.
-
Clone the repository
git clone https://github.com/kstr-0/komi.git cd komi
-
Create a Virtual Enviroment and activate it
python -m venv .venv source .venv/bin/activate
-
Install the required dependencies
python -m pip install -r requirements.txt
-
Run the bot
chmod +x run.sh ./run.sh