to install all required items use:
pip install -r requirements.txt
make a file in your editor of choice, then name the file .env after that paste this:
DISCO_TOKEN=
python index.py
[Original Code from Lostinfintie](https://github.com/lostinfinite)
Looks like this:
Original Code from Lostinfintie
After that make a new file called
.gitignore
After that put the following in .gitignore
/.env
this hides your token by not letting github publish .env to github. to not publish other files then use this formula
/[FILENAME].fileextention