Removed Luna photo from bot

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 21:03:33 -03:00
parent c91ce23f66
commit c49664867f
2 changed files with 1 additions and 4 deletions

View file

@ -6,9 +6,7 @@ const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(is
module.exports = (bot) => {
bot.start(spamwatchMiddleware, async (ctx) => {
const Strings = getStrings(ctx.from.language_code);
ctx.replyWithPhoto(
resources.lunaCat, {
caption: Strings.lynxWelcome,
ctx.reply(Strings.lynxWelcome, {
parse_mode: 'Markdown',
reply_to_message_id: ctx.message.message_id
});