grammyjs / runner

Scale bots that use long polling to receive updates.
https://grammy.dev/plugins/runner
MIT License
18 stars 2 forks source link

Add typings for `allowed_updates` #14

Closed LWJerri closed 1 year ago

KnorpelSenf commented 1 year ago

Please resolve the conflicts.

Also, please use deno fmt to format source code. You commited dozens of lines of reformattings that are inconsistent with the current code base.

LWJerri commented 1 year ago

Please resolve the conflicts.

Also, please use deno fmt to format source code. You commited dozens of lines of reformattings that are inconsistent with the current code base.

Hello. I do deno fmt and these changes are made after this command.

KnorpelSenf commented 1 year ago

Maybe run deno upgrade?

LWJerri commented 1 year ago

Maybe run deno upgrade?

lwjerri@LWJerri:~/projects/runner$ sudo deno upgrade Looking up latest version Local deno version 1.31.3 is the most recent release

KnorpelSenf commented 1 year ago

If you revert these changes, does deno fmt reintroduce them?

KnorpelSenf commented 1 year ago

I fixed this up for you. Thanks for the contribution!