-
Existing code stopped working with 1.22.0, to be exact #553.
```typescript
bot.on(
'edited_message',
async ctx =>
ctx.reply(
'Edited!',
{reply_to_message_id: ctx.editedMessage.messa…
-
Hi, I used grammy,but report error: HttpError: Network request for 'getMe' failed!
my source code:
```ts
// main.ts
import { config } from "dotenv";
config();
import { Bot, GrammyError, Htt…
wudb updated
6 months ago
-
Today i wrote simple play command for discord bot.
But after some time of music plaing i get this error
My code for music play is:
```js
const { Permissions:{FLAGS} } = require ("discord.js")
con…
-
Even if RegExp commands are not meant to be used / listed in the commands menu, a more appropriate error should be shown. Noted that if an error handler is not registered, it will stop execution
In…
-
Tried `.on('message')` and also `.hears()` but it seems not to be working.
-
Hi there, I'm getting the following error while trying to build a bot on Cloudflare after having installed the `conversations` plugin:
```
✘ [ERROR] Could not resolve "fs/promises"
node_mod…
-
Have received such error, I suppose some of the grammy's code is the reason.
```js
node:_http_outgoing:696
throw new ERR_HTTP_HEADERS_SENT('set');
^
Error [ERR_HTTP_HEADERS_SENT]: Cannot se…
d0ctr updated
6 months ago
-
When a bot class has an environment variable `test`:
```typescript
const bot = new Bot(token, {
client: { environment: environment === 'production' ? 'prod' : 'test' }
});
```
Using this cod…
-
It is good to have Node.js support. Should use [deno2node](https://github.com/fromdeno/deno2node).
As mentioned in #1, if the library is going to be used as the dependency of the grammY plugin, we ne…
-
Hello!
I just wanted to make sure the bot is stopped and disposed after a failed login attempt, and came across this issue where the bot would crash the application regardless of error handler bei…
AB-70 updated
6 months ago