An open API service indexing awesome lists of open source software.

https://github.com/letitcode/rmkbbot

Telegram bot for remove custom keyboard from chat
https://github.com/letitcode/rmkbbot

bot keyboard telegraf telegram-bot

Last synced: 2 months ago
JSON representation

Telegram bot for remove custom keyboard from chat

Awesome Lists containing this project

README

          

# rmkbbot

Telegram bot for remove custom keyboard from chat. Just invite him to this chat and everything's gonna be alright!

[🤖Demo](https://t.me/rmkbbot)

## Usage

Create `.env` file with environment variables. They will be loaded using dotenv.

See `.example.env` for details about config variables.

Then install dependings and start the bot:

```sh
npm install
npm run start
```