This is our Discord bot made specifically for our server. It provides numerous utilities and other tools to help keep the server running like a well-oiled machine.
Note: You shouldn't selfhost this, nor support will be provided. The source code here is provided for educational and development purposes.
-
You will need Python 3.10 or anything new, so install that, or use rtx which uses latest Python 3.12 on this repository.
-
Install dependencies with
pip install -r requirements.txt
TODO: complete this
TODO: Write development instructions here
- Fork it (https://github.com/fmhy/bot/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- taskylizard - creator and maintainer