Simple Telegram bot that replies with a dice number when someone sends the dice emoji.
/start- shows a short start message/ping- replies withpong
npm install
TELEGRAM_BOT_TOKEN=123456:your_token npm startOn Windows PowerShell:
$env:TELEGRAM_BOT_TOKEN="123456:your_token"
npm startDeploy it as a worker/background service and set TELEGRAM_BOT_TOKEN in the cloud environment.