Skip to content

Commit

Permalink
changed id
Browse files Browse the repository at this point in the history
  • Loading branch information
MasedMSD committed Nov 12, 2024
1 parent 9aa1f6a commit f025f14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/handlers/shitposts.composer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { checkText } from "@artemis69/yandex-speller";
import { Composer } from "grammy";
import type { Message } from "typegram";

const channelID = -1002277829990;
const channelID = -1002118873453;

export const shitpostsComposer = new Composer();

Expand All @@ -25,7 +25,5 @@ shitpostsComposer.on("message", async ctx => {

const textToSend = [`<b>Я нашёл возможные ошибки в тексте:</b>\n\n`, formattedRows.join("\n\n")].join("");

return ctx.reply(textToSend, {
parse_mode: "HTML",
});
return ctx.reply(textToSend, { parse_mode: "HTML" });
});

0 comments on commit f025f14

Please sign in to comment.