teamx-cloner commited on
Commit
2bd6218
·
1 Parent(s): 1ca187f

Update inlinestuff.py

Browse files
Files changed (1) hide show
  1. assistant/inlinestuff.py +2 -2
assistant/inlinestuff.py CHANGED
@@ -99,7 +99,7 @@ apis = [
99
  @in_pattern(owner=False, func=lambda x: not x.text)
100
  async def help(e):
101
  TLINK = inline_pic() or "https://telegra.ph/file/cad7038fe82e47f79c609.jpg"
102
- #MSG = format_message_text(MSG)
103
  #message_text = format_message_text(MSG)
104
  WEB0 = wb(
105
  "https://telegra.ph/file/8d7b534e34e13316a7dd2.jpg", 0, "image/jpg", []
@@ -107,7 +107,7 @@ async def help(e):
107
  res = [
108
  await e.builder.article(
109
  type="photo",
110
- text=ALIVE_TEXT,
111
  include_media=True,
112
  buttons=PING_ALIVE,
113
  title="About",
 
99
  @in_pattern(owner=False, func=lambda x: not x.text)
100
  async def help(e):
101
  TLINK = inline_pic() or "https://telegra.ph/file/cad7038fe82e47f79c609.jpg"
102
+ MSG = choice(ALIVE_TEXT)
103
  #message_text = format_message_text(MSG)
104
  WEB0 = wb(
105
  "https://telegra.ph/file/8d7b534e34e13316a7dd2.jpg", 0, "image/jpg", []
 
107
  res = [
108
  await e.builder.article(
109
  type="photo",
110
+ text=MSG,
111
  include_media=True,
112
  buttons=PING_ALIVE,
113
  title="About",