/home/infobot
config.py
pip install -r requirements.txt
python3 main.py &
"""
info bot for your servers
author: @pywave
"""
TOKEN_API = "" # YOUR BOT TOKEN
# LIST YOUR GAME SERVERS
SERVERS = [
{"ip": "example.com", "port": 27015},
{"ip": "example.com", "port": 27016}
]