Virbox Discord Bot community project ^_^
Written in blazingly fast effective Python.
Documentation and installation guide can be found at our wiki or guide.
- Install poetry (
pip install poetry
) and GNU make (should came with most linux distros or if windows then you can install it with winget bywinget install -e --id GnuWin32.Make
) - Clone Discox's repository
- Run
make init
- Edit
.env
file with example provided in .env.example - Run your bot up with
make run
- If you want to add your own dependencies you could with
poetry add <package>
like pip - Read wiki for how to create commands et cetera.