- 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!