Skip to content

Commit

Permalink
Add instructions to add command hints at BotFather
Browse files Browse the repository at this point in the history
* Add: instructions to add command hints at BotFather

* Update: instructions at README.md
  • Loading branch information
EasonC13 authored Mar 10, 2023
1 parent 2248a2b commit 35077ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ mv config/config.example.env config/config.env
docker-compose --env-file config/config.env up --build
```


## Configure command hints (optional, but fancy)

At [@BotFather](https://t.me/BotFather), use command `/mybots` -> select your bot -> Edit Bot -> Edit Commands. Then paste the following text to the BotFather:

```
retry - Regenerate last bot answer
new - Start new dialog
mode - Select chat mode
balance - Show balance
help - Show help
```

After that, you will be able to utilize menu shortcuts or receive prompts while entering commands.

## ❤️ Top donations
You can be in this list: <a href="https://github.com/karfly/chatgpt_telegram_bot/blob/main/static/donate/donate.md#%EF%B8%8F-donate" alt="Donate shield"><img src="https://img.shields.io/badge/-Donate-red?logo=undertale" /></a>

Expand Down

0 comments on commit 35077ec

Please sign in to comment.