-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Logicguy edited this page Feb 5, 2023
·
7 revisions
Welcome to the discox wiki!
Here we will document how to interact with the incredibly efficient discord py framework build by the v1rbox community :D
Tho before we start lets get you up and running with your own running discord bot :o
- Follow the instructions here to add a Discord Bot to your test server.
- After the bot is added clone the project repo.
- Copy the Bot Token from Discord Developer Portal.
- 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.
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
stsystemctl 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
This will start the bot, you can now work with it in the test servers.
Join the v1rbox discord!
Never gonna give you up
Never gonna let you down