DISCLAMER: We started this project only for good purposes - this program is NOT INTENDED FOR MALICIOUS USE. We are not responsable for what people use this software for.
You can obtain a copy of the License here
TL;DR: setup.bat can do a lot of the heavy lifting for you
To build from source, you will need:
- python
- pip
- git
In a terminal do
git clone [ REPO URL in this case https://github.com/LDevs-Team/DiSH ]
cd (repo name, in this case DiSH)
pip install -r requirements.txt
if you want to buil dthe executable, do python build.py
if you want to just start it, do python main.py
. Note that for the bot to start, you will need a .env file (refer to Usage for how to create one)
This program follow the conventional commit standard and, when you open a PR, you should follow the conventional commit standard to avoid you PR not being merged. All PR's should be squashed and merged to keep the commit history clean