From 1f5b17cbc599e192549190e7d2aab9fa40c2aa04 Mon Sep 17 00:00:00 2001 From: lucmsilva651 Date: Fri, 26 Jul 2024 00:06:04 -0300 Subject: [PATCH] Changed pfp to Luna --- commands/help.js | 2 +- commands/start.js | 2 +- props/resources.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/help.js b/commands/help.js index 88e1ebf..90a3952 100644 --- a/commands/help.js +++ b/commands/help.js @@ -5,7 +5,7 @@ module.exports = (bot) => { bot.help((ctx) => { const Strings = getStrings(ctx.from.language_code); ctx.replyWithPhoto( - resources.lynxFullPhoto, { + resources.lunaCat2, { caption: Strings.lynxHelp, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id diff --git a/commands/start.js b/commands/start.js index 9fb0ed0..38c849f 100644 --- a/commands/start.js +++ b/commands/start.js @@ -5,7 +5,7 @@ module.exports = (bot) => { bot.start((ctx) => { const Strings = getStrings(ctx.from.language_code); ctx.replyWithPhoto( - resources.lynxProfilePhoto, { + resources.lunaCat, { caption: Strings.lynxWelcome, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id diff --git a/props/resources.json b/props/resources.json index 8d0a39c..02122e3 100644 --- a/props/resources.json +++ b/props/resources.json @@ -1,6 +1,6 @@ { - "lynxProfilePhoto": "https://graph.org/file/10452df450f13ffb968c5.jpg", - "lynxFullPhoto": "https://graph.org/file/a77382dab4d62ba626806.jpg", + "lunaCat": "https://telegra.ph/file/0472e60d38376960de1a8.jpg", + "lunaCat2": "https://telegra.ph/file/a1ca455c9cf1fcdef9786.jpg", "gayFlag": "https://c.tenor.com/VTBe5BFc73sAAAAC/tenor.gif", "furryGif": "https://c.tenor.com/_V_k0BVj48IAAAAd/tenor.gif" } \ No newline at end of file