Skip to content
forked from v1rbox/discox

Virbox Discord Bot community project ^_^

License

Notifications You must be signed in to change notification settings

logicguy1/discox

 
 

Repository files navigation

Stand With Ukraine

Discox

Virbox Discord Bot community project ^_^

Written in blazingly fast effective Python.

Documentation and installation guide can be found at our wiki or guide.

How to setup

  1. Install poetry (pip install poetry) and GNU make (should came with most linux distros or if windows then you can install it with winget by winget install -e --id GnuWin32.Make)
  2. Clone Discox's repository
  3. Run make init
  4. Edit .env file with example provided in .env.example
  5. Run your bot up with make run
  6. If you want to add your own dependencies you could with make add <package> and to remove it you could with make remove <package> like pip
  7. Read wiki for how to create commands et cetera.

Setting up the MySQL database

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

Contributors & Authors

contributors

About

Virbox Discord Bot community project ^_^

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%