This commit is contained in:
2026-05-13 10:18:54 +03:00
parent cd8d2683c0
commit c5b61ee3d8
38 changed files with 3929 additions and 3718 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export class Distort extends Command {
}),
{method: "sendPhoto", chatId, chatType: msg.chat.type}
);
} catch (e: any) {
} catch (e: unknown) {
await oldReplyToMessage(
msg, Environment.getDistortFailedText(e)
).catch(logError);