Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.01 KB

README.MD

File metadata and controls

47 lines (33 loc) · 1.01 KB

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