telegraf-autoparser
v1.0.1
Published
A Plugin to Make Your Bot Send All Messages Using One Type of Formatting
Downloads
9
Maintainers
Readme
Telegraf AutoParse
This plugin can help you to make your bot send every message with a specific Parse Mode
Installation
You can install this plugin in any Telegraf Bot.
Install the NPM Plugin
npm i telegraf-autoparser
#or
yarn add telegraf-autoparser
Import and Use in code
import { autoParser } from "telegraf-autoparser"
bot.use(autoParser("HTML"))
Help
You can open a Issue for ressolving your problem or asking in Telegraf Group
Contribution
You can contribute to this plugin by just opening a pull request.