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

PonomareVlad/WebgrammY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web wrapper for @grammyjs

Resources

License

Stars

Watchers

Forks