Skip to content

no-treasure/BeerBuildingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeerBuildingBot for Telegram

A bot for joint ordering in bars, a conveniently distributed check for each person so that everyone knows how much to chip in

Commands

  • /add: Add order to your check
  • /check: Final check includes all persons
  • /my_check: Check includes only your order
  • /reset_check: Reset check to default
  • /tips: See current tips value
  • /set_tips: Set tips value
  • /help: See command list and description
  • /hello: Greetings with bot

Getting Started

First of all, you need to create your own bot via @BotFather. After creating, BotFather give you bot token. Keep this token and follow steps bellow.

  1. Clone repository
git clone https://github.com/ArseniySushCorp/BeerBuildingBot.git
  1. Go to new directory
cd BeerBuildingBot
  1. Create env file and add bot token
echo 'BOT_TOKEN=<your-bot-token>' > .env
  1. Run bot in dev mode
deno task dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published