Muthu Kumar

Results 17 issues of Muthu Kumar

> ⚠️ Note: Leave your opinions on this issue if you don't want this to happen. Upvote if you want it to happen. Currently this code: ```TS const scene =...

enhancement
v5
Request for Comments

We're working on a feature that simplifies `my_chat_member` into a group of events: * `bot.myStatus("joined", handler)` will trigger when the bot is added to a group * `bot.myStatus("left", handler)` will...

Request for Comments

There are two problems with `Client::download`. * If Bot API is self-hosted, it returns a `file:///` URI. This works automatically in Deno, but Node's fetch (via undici) errors. We may...

local api
v5

Currently wizard steps have no idea whether the next/previous middleware are `MiddlewareFn` or `MiddlewareObj`, leading to cases like: ```ts ctx.wizard.back(); // This expression is not callable. // Not all constituents...

v5

Instead of switching between ctx and ctx.telegram/bot.telegram methods, it may be beneficial and fluent to only use Context methods. In v5, all Context methods must allow their implicit params to...

v5

## Actual behaviour * login to server * /auth * Try /auth again * "You must link first before using auth." ## Expected behaviour Bot must reply "You're already logged...

enhancement

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5. :information_source: Keep your dependencies...