Kana is a multi-purpose personal Discord bot written in Python.
- discord.py - An API wrapper for Discord written in Python!
Kanapy requires Python 3.8+ to run, to know your version run this following command python --version
-
Set up venv [ Optional ]
python -m venv venv
-
Install dependencies
pip install -U -r requirements.txt
-
Rename the
.env-example
file to.env
and fill in the variables
You could use a Process Manager like PM2, Docker or even systemd there are examples of each in the examples folder