Skip to content

Mahasvan/BotManClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published