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) => { module.exports = (bot) => {
bot.start(spamwatchMiddleware, async (ctx) => { bot.start(spamwatchMiddleware, async (ctx) => {
const Strings = getStrings(ctx.from.language_code); const Strings = getStrings(ctx.from.language_code);
ctx.replyWithPhoto( ctx.reply(Strings.lynxWelcome, {
resources.lunaCat, {
caption: Strings.lynxWelcome,
parse_mode: 'Markdown', parse_mode: 'Markdown',
reply_to_message_id: ctx.message.message_id reply_to_message_id: ctx.message.message_id
}); });

View File

@ -1,5 +1,4 @@
{ {
"lunaCat": "https://telegra.ph/file/0472e60d38376960de1a8.jpg",
"soggyCat": "https://soggy.cat/img/soggycat.webp", "soggyCat": "https://soggy.cat/img/soggycat.webp",
"soggyCatAlt": "https://i.kym-cdn.com/photos/images/original/002/705/636/38d.jpg", "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", "soggyCat2": "https://i.kym-cdn.com/photos/images/original/002/705/653/079.jpg",