-
1. GitHub Action:
2. Migrating Deno modules from /x to JSR:
You can use `npm` or `deno` to get packages from JSR.
-
```
/**
* Welcome to Cloudflare Workers! This is your first worker.
*
* - Run `npm run dev` in your terminal to start a development server
* - Open a browser tab at http://localhost:8787/ to …
-
the issue code
https://github.com/grammyjs/runner/blob/main/src/distribute.ts#L46
Reproduction code
bot.js
```js
const { Bot, session } = require('grammy');
const {
run,
dis…
-
Tried to play around this [example](https://grammy.dev/hosting/supabase.html#preparing-your-code). It basically doesn't work as expected. I am getting the following errors in Supabase dashboard:
``…
-
I'm getting the following error:
```
**node_modules/@grammyjs/menu/out/menu.d.ts:601:26 - error TS2307: Cannot find module 'grammy/out/composer.js' or its corresponding type declarations.
601 …
zivni updated
3 months ago
-
I ran the example in setups/aws-lambda folder, I found that grammy bot only works in aws-lambda nodejs18.x, it doesn't work in 20.x. Is it because grammy only supports node 18?
-
I just created a package for [AdonisJS](https://adonisjs.com) that makes it easy to integrate with grammY. Where should I add this package to the list?
Package name: adonisjs-grammy
Repository: ht…
-
Here is a list of ideas that could be turned into plugins.
You can suggest new ideas in the comments or in [the group chat](https://t.me/grammyjs), and we may add them here. Once someone publishes …
-
We have a custom message distribution service, which should send messages to a segment of our users. I'm planning to add an option for templating, for example:
```
{{username}}, you won {{amount}}…
-
Example and Resources
https://github.com/PavelPolyakov/grammy-with-tests
https://github.com/dcdunkan/grammy_tests
https://grammy.dev/advanced/deployment#testing