grammyjs / plugin-template

Starting point for plugin development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Hitchhiker's Guide to grammY Plugins

grammY is very extensible and it supports installing plugins. This repository is a template for developing such plugins.

⚠️ For instructions on how to use this template please visit the official docs.

Rules of Contribution

Before diving into some hands-on examples, there are some notes to pay attention to if you would like your plugins to be submitted to the documentation:

  1. You should document your plugin (README with instructions).
  2. Explain the purpose of your plugin and how to use it by adding a page to the docs.
  3. Choose a permissive license such as MIT or ISC.

About

Starting point for plugin development.

License:MIT License


Languages

Language:TypeScript 100.0%