Changed pfp to Luna

This commit is contained in:
Lucas Gabriel 2024-07-26 00:06:04 -03:00
parent e2e5eb6ca3
commit 1f5b17cbc5
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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"
}