yeref 0.25.19__py3-none-any.whl → 0.25.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/l_.py CHANGED
@@ -13825,7 +13825,7 @@ l_demo_btn2 = {
13825
13825
  'ar': "💨 الاشتراك",
13826
13826
  }
13827
13827
  l_demo_welcome = {
13828
- "ru": "🌱 <b>{0}</b>, добро пожаловать в <i>@tg-приложение</i> <b>Ferey</b>-проекта:\n\n<blockquote>▪️<b>информация</b> о проектах\n▪️<b>telegraph</b>-/blog</blockquote>",
13828
+ "ru": "🌱 <b>{0}</b>, добро пожаловать в <i>@tg-приложение</i> <b>Ferey</b>-проекта:\n\n<blockquote>▪️<b>информация</b> о проектах\n▪️<b>телеграф</b>-/blog</blockquote>",
13829
13829
  "en": "🌱 <b>{0}</b>, welcome to the <i>@tg-application</i> <b>Ferey</b> project:\n\n<blockquote>▪️<b>information</b> about projects\n▪️<b>telegraph</b>-/blog</blockquote>",
13830
13830
  "es": "🌱 <b>{0}</b>, bienvenido a la <i>aplicación @tg</i> proyecto <b>Ferey</b>:\n\n<blockquote>▪️<b>información</b> sobre proyectos\n▪️<b>telegraph</b>-/blog</blockquote>",
13831
13831
  "fr": "🌱 <b>{0}</b>, bienvenue dans l’<i>application @tg</i> projet <b>Ferey</b> :\n\n<blockquote>▪️<b>informations</b> sur les projets\n▪️<b>telegraph</b>-/blog</blockquote>",
yeref/yeref.py CHANGED
@@ -13809,31 +13809,31 @@ async def bots_by_inline(chat_id, message, BASE_D):
13809
13809
  try:
13810
13810
  lz = await lz_code_pg(chat_id, message.from_user.language_code, BASE_D)
13811
13811
 
13812
- data = [['👩🏽‍💻 @FereyDemoBot', l_inline_demo[lz],
13812
+ data = [['👩🏽‍💻 Demo App', l_inline_demo[lz],
13813
13813
  "<a href='https://t.me/FereyDemoBot?start=inline'>@FereyDemoBot</a>", demo_app_jpg],
13814
- ['👩🏽‍💻 @FereyBotBot', l_inline_bot[lz],
13814
+ ['👩🏽‍💻 Bot App', l_inline_bot[lz],
13815
13815
  "<a href='https://t.me/FereyBotBot?start=inline'>@FereyBotBot</a>", bot_app_jpg],
13816
- ['👩🏽‍💻 @FereyPostBot', l_inline_post[lz],
13816
+ ['👩🏽‍💻 Post App', l_inline_post[lz],
13817
13817
  "<a href='https://t.me/FereyPostBot?start=inline'>@FereyPostBot</a>", post_app_jpg],
13818
- ['👩🏽‍💻 @FereyMediaBot', l_inline_media[lz],
13818
+ ['👩🏽‍💻 Media App', l_inline_media[lz],
13819
13819
  "<a href='https://t.me/FereyMediaBot?start=inline'>@FereyMediaBot</a>", media_app_jpg],
13820
- ['👩🏽‍💻 @FereyChannelBot', l_inline_channel[lz],
13820
+ ['👩🏽‍💻 Channel App', l_inline_channel[lz],
13821
13821
  "<a href='https://t.me/FereyChannelBot?start=inline'>@FereyChannelBot</a>", channel_app_jpg],
13822
- ['👩🏽‍💻 @FereyGroupBot', l_inline_group[lz],
13822
+ ['👩🏽‍💻 Group App', l_inline_group[lz],
13823
13823
  "<a href='https://t.me/FereyGroupBot?start=inline'>@FereyGroupBot</a>", group_app_jpg],
13824
- ['👩🏽‍💻 @FereyFindBot', l_inline_find[lz],
13824
+ ['👩🏽‍💻 Find App', l_inline_find[lz],
13825
13825
  "<a href='https://t.me/FereyFindBot?start=inline'>@FereyFindBot</a>", find_app_jpg],
13826
- ['👩🏽‍💻 @FereyToolsBot', l_inline_tools[lz],
13826
+ ['👩🏽‍💻 Tools App', l_inline_tools[lz],
13827
13827
  "<a href='https://t.me/FereyToolsBot?start=inline'>@FereyToolsBot</a>", tools_app_jpg],
13828
- ['👩🏽‍💻 @FereyStickerBot', l_inline_sticker[lz],
13828
+ ['👩🏽‍💻 Sticker App', l_inline_sticker[lz],
13829
13829
  "<a href='https://t.me/FereyStickerBot?start=inline'>@FereyStickerBot</a>", sticker_app_jpg],
13830
- ['👩🏽‍💻 @FereyAIBot', l_inline_ai[lz], "<a href='https://t.me/FereyAIBot?start=inline'>@FereyAIBot</a>",
13830
+ ['👩🏽‍💻 AI App', l_inline_ai[lz], "<a href='https://t.me/FereyAIBot?start=inline'>@FereyAIBot</a>",
13831
13831
  ai_app_jpg],
13832
- ['👩🏽‍💻 @FereyUserBot', l_inline_user[lz],
13832
+ ['👩🏽‍💻 User App', l_inline_user[lz],
13833
13833
  "<a href='https://t.me/FereyUserBot?start=inline'>@FereyUserBot</a>", user_app_jpg],
13834
- ['👩🏽‍💻 @FereyTONestBot', l_inline_tonest[lz],
13834
+ ['👩🏽‍💻 TONest App', l_inline_tonest[lz],
13835
13835
  "<a href='https://t.me/FereyTONestBot?start=inline'>@FereyTONestBot</a>", tonest_app_jpg],
13836
- ['👩🏽‍💻 @FereyCodexBot', l_inline_codex[lz],
13836
+ ['👩🏽‍💻 Codex App', l_inline_codex[lz],
13837
13837
  "<a href='https://t.me/FereyCodexBot?start=inline'>@FereyCodexBot</a>", codex_app_jpg],
13838
13838
  ]
13839
13839
 
@@ -13861,10 +13861,10 @@ async def get_buttons_main(lz, bot_un, BASE_D):
13861
13861
  types.InlineKeyboardButton(text="🔗",
13862
13862
  url=f'https://t.me/share/url?url=https%3A%2F%2Ft.me%2F{bot_un}&text=%40{bot_un}'),
13863
13863
  types.InlineKeyboardButton(text=f"♥️{(await read_likes(BASE_D))}", callback_data=f"like"),
13864
- types.InlineKeyboardButton(text="ᵗᶢᴿᴬᴾᴴ",
13864
+ types.InlineKeyboardButton(text="ᵗᶢᴿᴬᴾᴴ", # "ᵗᶢᴿᴬᴾᴴ" "ᶜᵸᴬᴺᴺᴱᴸ"
13865
13865
  web_app=types.WebAppInfo(url='https://telegra.ph/Links-07-05-462')),
13866
13866
  types.InlineKeyboardButton(text="ᶜᵸᴬᴺᴺᴱᴸ", url=f"https://t.me/{get_tg_channel(lz)}"),
13867
- types.InlineKeyboardButton(text="ᴮᴼᵀ⁺", switch_inline_query_current_chat=f"~")]
13867
+ types.InlineKeyboardButton(text="ᴬᴾᴾ⁺", switch_inline_query_current_chat=f"~")]
13868
13868
  except Exception as e:
13869
13869
  logger.info(log_ % str(e))
13870
13870
  await asyncio.sleep(round(random.uniform(0, 1), 2))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.25.19
3
+ Version: 0.25.21
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -0,0 +1,8 @@
1
+ yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
+ yeref/l_.py,sha256=o6pIomAKhRMPGQEUruaWD6BvNZG91SPi45oChnjqD8k,1169144
3
+ yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
+ yeref/yeref.py,sha256=CglF8mbUvbN-cE3Tc40xCxSbWnHoJQWaB9Tt-YiQwLE,1039418
5
+ yeref-0.25.21.dist-info/METADATA,sha256=81xtvVA8EAd-MIEIDRo7Ijhp8X1wgBBVAOLq6Uc4LWE,119
6
+ yeref-0.25.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeref-0.25.21.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
+ yeref-0.25.21.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
- yeref/l_.py,sha256=xZu4BMs-nQJlsRTHNzzVG_Er3pvn3yzUSPfBGGTpRqE,1169137
3
- yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
- yeref/yeref.py,sha256=CFr7fq_uGzBFIA-VPWLtY7LSgEvKY2NYsoBdBAguaB0,1039431
5
- yeref-0.25.19.dist-info/METADATA,sha256=XocLj0rOrySsosuq-QCIUkka8Y6M5II3TIgFZG_72go,119
6
- yeref-0.25.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeref-0.25.19.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
- yeref-0.25.19.dist-info/RECORD,,