From c49664867f552d4a1cceb7e399446ef89f38f36c Mon Sep 17 00:00:00 2001 From: A Bunch of Computer Nerds Date: Sun, 8 Dec 2024 21:03:33 -0300 Subject: [PATCH] Removed Luna photo from bot --- src/commands/main.js | 4 +--- src/props/resources.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/main.js b/src/commands/main.js index 9309d35..155b927 100644 --- a/src/commands/main.js +++ b/src/commands/main.js @@ -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 }); diff --git a/src/props/resources.json b/src/props/resources.json index e319355..eb35918 100644 --- a/src/props/resources.json +++ b/src/props/resources.json @@ -1,5 +1,4 @@ { - "lunaCat": "https://telegra.ph/file/0472e60d38376960de1a8.jpg", "soggyCat": "https://soggy.cat/img/soggycat.webp", "soggyCatAlt": "https://i.kym-cdn.com/photos/images/original/002/705/636/38d.jpg", "soggyCat2": "https://i.kym-cdn.com/photos/images/original/002/705/653/079.jpg",