doc(readme): formatting and command completion

This commit is contained in:
Udit Karode 2023-04-08 10:30:33 +05:30 committed by GitHub
parent 2b4643b50d
commit 326f501594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,17 @@
# Bing Chat Bot
# Bing Chat Telegram Bot
A Telegram bot that lets you interact with the Bing AI from chats that you allow in the config.
To start using this project,
**> To start using this project,**
* Run `yarn install` to install the dependencies.
* Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information.
* Run `yarn dev` or `yarn build && yarn start` to start the bot.
**> To enable Telegram command autocompletion,**
* Press the `Edit Commands` button in your bot's menu on BotFather, and paste the following:
```
ai - send a message to Bing AI
variant - get or set the chat variant of the chat
help - get help on how to use the bot
```