A bot for joint ordering in bars, a conveniently distributed check for each person so that everyone knows how much to chip in
- /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
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.
- Clone repository
git clone https://github.com/ArseniySushCorp/BeerBuildingBot.git
- Go to new directory
cd BeerBuildingBot
- Create env file and add bot token
echo 'BOT_TOKEN=<your-bot-token>' > .env
- Run bot in dev mode
deno task dev