Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 469 Bytes

BotManClient

Client component of BotManServer

Installation

  • Clone the repository
  • Install requirements
    • pip3 install -r requirements.txt
  • Fill in config.json with appropriate data

Running the App

  • python3 main.py

Config Structure

{
  "token": "Your Discord Token",
  "server-ip": "localhost",
  "server-port": 8000,
  "guild-ids": []
}