-
Version: 3.0.3
I'm getting this warning in an Astro project that uses Vite under the hood.
I think the solution might be to add an empty export to the `mod.js` file so that it can be detected as…
-
Every time when i start scheduler node ace scheduler:run
i see errors
(node:2572) UnhandledPromiseRejectionWarning: GrammyError: Call to 'getUpdates' failed! (409: Conflict: terminated by other getU…
-
Everything was working fine earlier today, I run `tsc` and then `node dist/bot.js` to run my bot. Then, after deleting `node_modules` and reinstalling the deps, node immediately ends the process after…
-
as i saw in the repository the ui is made in `react` and some parts in `vue` which is somewhat confusing to me as the UI is very simple and why would you need two different frameworks to do this and a…
-
Failed to load function definition from source: Failed to generate manifest from function source: Error: Cannot find module '/Users/xxx/vue/vite-project/node_modules/@grammyjs/storage-firestore/dist/c…
-
Using `.wait()` and `.waitFor()` will crash the app after the conversation ended.
```js
async function askUser(conversation, ctx) {
await conversation.wait();
await ctx.reply('Crashes after …
-
I have been repeated bumping into the following error with a Deno-based bot in CI:
```
error: The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: htt…
-
-
Just came across this, after trying to modify telegraf to run on cloudflare workers and grammy looks quite clean.
Cloudllare workers are a little bit weird, that they only provide environment varia…
-
Hi there! Firstly, I'd like to thank you for your remarkable work! I'm pretty new to the world of Telegram bots and before stumbling into grammY, I had been playing with telegraf for a few days and th…