Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 415 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 415 Bytes

Asa Games Bot

Minimalistic telegram games bot with games written with vanilla JS


To run:

  • Get Bot Token in BotFather.
  • Add desired games to bot in BotFather with proper names.
  • Set environment variables in .env file with help of .env.example file.
  • Launch express server with command node app.js.
  • Launch bot with command node bot.js.
  • Have fun!