/Kanapy

Primary LanguagePython

Kanapy

Kana is a multi-purpose personal Discord bot written in Python.

Tech

  • discord.py - An API wrapper for Discord written in Python!

Installation & Setup

Kanapy requires Python 3.8+ to run, to know your version run this following command python --version

  1. Set up venv [ Optional ] python -m venv venv

  2. Install dependencies pip install -U -r requirements.txt

  3. Rename the .env-example file to .env and fill in the variables

Running your Instance

You could use a Process Manager like PM2, Docker or even systemd there are examples of each in the examples folder