⚠️ 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.
{
"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