oh fudge, I forgot this one

This commit is contained in:
GiovaniFZ 2024-07-25 22:54:39 -03:00
parent e140b24deb
commit aa8ba04ada
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
const Strings = require('../locales/english.json');
const resources = require('../props/resources.json');
const { getStrings } = require('./checklang');
module.exports = (bot) => {
bot.start((ctx) => {
const Strings = getStrings(ctx.from.language_code);
ctx.replyWithPhoto(
resources.lynxProfilePhoto, {
caption: Strings.lynxWelcome,