bump libs
migrate to typescript 6 remove ytdl feature
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ export class Qr extends Command {
|
||||
},
|
||||
parse_mode: "HTML"
|
||||
});
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
await replyToMessage({
|
||||
message: msg,
|
||||
text: `Не получилось сгенерировать QR: ${e?.message ?? String(e)}`
|
||||
|
||||
Reference in New Issue
Block a user