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
make add <package>
and to remove it you could withmake remove <package>
like pip - Read wiki for how to create commands et cetera.
The bot relies on a MySQL database to function, to set it up you want to download MySQL / mariaDB
Then simply start / enable it with systemd
systemctl start mariadb
The client expects a user root@localhost
with the password of ''
aka no password. It will automatically set everything up from there when running for the first time