mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Changed pfp to Luna
This commit is contained in:
parent
e2e5eb6ca3
commit
1f5b17cbc5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user