Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 697 Bytes

WebgrammY

⚠️ Deprecated and no longer needed

This package re-exports the default grammy export from the grammy/web path.

This will help you use plugins in a web environment that mostly use the default grammy export.

How to configure package.json:

{
  "dependencies": {
    "grammy": "npm:webgrammy@latest"
  },
  "overrides": {
    "grammy": {
      ".": "npm:webgrammy@latest",
      "grammy": "^1.15.3"
    }
  }
}
You can replace ^1.15.3 by any version of grammY package.

Made with 💜 by Vladislav Ponomarev