Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 543 Bytes

Chess-Master

How to install it?

  1. Create an app in Discord Developers
  2. Download .zip archive of this repository
  3. Run cmd, paste "cd "path_to_repository" ", where "path_to_repository" is path to download and unpacked files
  4. Install needed Python and pip versions, install requirements.txt
  5. Rewrite config.json file. Paste your discord bot secret token in field "token"
  6. Give all Privileged Gateway Intents to your bot, invite him to needed servers
  7. Run command "start python -m api & start python -m bot" in cmd
  8. That's all!