Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 768 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 768 Bytes

Info

StormaBot only, this is a Mini version without database and charts, there is only DDnet functionality and not all of it.

Don't forget to write in the description that I am a developer “Developer: ByFox” and specify the git of the project^^ example:

``Developer: ByFox``

https://github.com/ByFox213/StormaBotMini

How to install

clone the repository

pip install -r requirements.txt # install libraries
export DISCORD_TOKEN="__TOKEN__"  # Instead of __TOKEN__ specify the bot token (linux).

If you want to run the bot on windows, either put an environment variable or hardcode the variable Or You can use config.yaml

token: __TOKEN__
python main.py

🎉Congratulations, you've launched a bot🎉