pull/639/head
Mr Chen 5 months ago
parent 6fb93b19c9
commit f9061088fe
  1. 2
      plugins/tgbot/startup/extend/push_ad.py
  2. 2
      plugins/tgbot/startup/extend/push_notice_msg.py

@ -111,7 +111,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="100RMB/M[已满]", url='tg://user?id=5568699210')
text="150RMB/M[已满]", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

@ -120,7 +120,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="100RMB/M[已满]", url='tg://user?id=5568699210')
text="150RMB/M[已满]", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

Loading…
Cancel
Save