Telegram Bot that allows you to play the popular card game UNO via inline queries
Inspired by https://github.com/jh0ker/mau_mau_bot
- NodeJS (tested with 12.16.3)
- NPM or Yarn
Rename .env.example to .env and specify settings
git clone https://github.com/alexthvest/uno_bot.git
сd path/to/project
yarn // or npm install
yarn dev // or npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.