mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
Removed Luna photo from bot
This commit is contained in:
parent
c91ce23f66
commit
c49664867f
@ -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
|
||||
});
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user