grammY is very extensible and it supports installing plugins. This repository is a template for developing such plugins.
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:
- You should document your plugin (README with instructions).
- Explain the purpose of your plugin and how to use it by adding a page to the docs.
- Choose a permissive license such as MIT or ISC.