Removed Luna photo from bot
This commit is contained in:
parent
c91ce23f66
commit
c49664867f
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue