/BotManClient

Primary LanguagePythonMIT LicenseMIT

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": []
}