This is a multi-purpose personal Discord bot written in Python.
- discord.py - An API wrapper for Discord written in Python.
This project requires Python 3.11+, Poetry and a valid Rust compiler installed. ffmpeg is also recommended to be installed for the Download Cog
.
-
Installing Packages
python3.11 -m poetry install --no-root
-
Setup Configurations Rename the
Config-example.toml
file toConfig.toml
and fill in the variables. (don't change the config values prefixed with_
) -
Run The Bot
python3.11 -m poetry run python bot.py
You could use a Process Manager like PM2, Docker or even systemd. There are examples of each in the examples folder.
This project is licensed under MIT.