-
```sh
$ deno --version
deno 1.29.0 (release, x86_64-unknown-linux-gnu)
v8 10.9.194.5
typescript 4.9.4
$ cat test.js
Deno.exit(42);
$ deno run test.js
$ echo $?
0
```
https://github.com/gr…
-
Managed to get this as small as I can. Essentially it seems as though having an import map with a specific import is causing the Deno LSP to crash in VS Code every time I launch it, giving the followi…
-
Hi. I have a bot where i'm using a custom context with additional properties that i have set to make them available in the whole bot.
I originally posted the issue on the official chat group https://…
-
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reprodu…
-
**Describe your goal**
My code is:
```
bot.command( "menu", ctx => {
console.log( `[/menu] called` );
console.log( "ctx:", ctx );
console.log( "ctx.message.message_thread_id:", ctx.message.me…
-
Currently in sessions, adding or removing a session data property to the bot (initial) will not modify the existing session data of the chats. It would be cool if sessions could update the stored data…
-
**Problem**: An error occcurs after conversation is finished
**Error**: `TypeError: Cannot delete property 'conversation' of #
at node_modules\@grammyjs\conversations\out\conversation.js:304:…
-
### Description?
Add https://github.com/Loskir/grammy-deno-deploy-example or https://github.com/grammyjs/examples/blob/main/deno-deploy to the list
### Platform
Deno
-
Hi there,
telegraf has an awesome feature for message text formatting(see https://github.com/telegraf/telegraf/blob/0fb95cd/src/format.ts)
Would be good to have the similar feature in grammy.
-
I don’t manage to get conversations to work with multi sessions. It does work with normal configuration (not session type "multi") but if I try to change it to multi it stops working.
```
bot.us…