Skip to content

Commit

Permalink
feat: forwarded message handler for the login code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Sep 15, 2024
1 parent 95cf508 commit 300be26
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Awakari Telegram Bot

```shell
kubectl create secret generic bot-telegram-tokens \
--from-literal=telegram=<TELEGRAM_BOT_TOKEN> \
--from-literal=payment=<PAYMENT_PROVIDER_TOKEN>
kubectl create secret generic bot-telegram \
--from-literal=telegram=<TGBOT_TOKEN> \
--from-literal=payment=<PAYMENT_TOKEN> \
--from-literal=donation=<DONATION_CHAT_ID> \
--from-literal=loginCodeFromUserIds=<USER_ID_1>:true,<USER_ID_2>:true,...
```

0 comments on commit 300be26

Please sign in to comment.