Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 822 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 822 Bytes

discord-plays-games

Example

This bot will allow you to play games with your friends in discord sorta like twitch plays pokemon. It does this by sending the keyboard commands typed in chat to the game of your choice (game must have a screenshot key. Pause and resume keys are helpful but not required).

How to use

  1. Make a discord bot and get a discord token. See here
  2. Download this repo
  3. npm install
  4. node start.js (it will make config.json for you and then exit.)
  5. edit config.json and put your discord bot token in there. Change anything else as needed.
  6. node start.js
  7. Make sure the game is in focus.

License

MIT