Skip to content

SayaProject/dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Bot

Simple Telegram bot that replies with a dice number when someone sends the dice emoji.

Commands

  • /start - shows a short start message
  • /ping - replies with pong

Run

npm install
TELEGRAM_BOT_TOKEN=123456:your_token npm start

On Windows PowerShell:

$env:TELEGRAM_BOT_TOKEN="123456:your_token"
npm start

Deploy it as a worker/background service and set TELEGRAM_BOT_TOKEN in the cloud environment.

About

Telegram dice prediction bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors