pull/640/head
Mr Chen 5 months ago
parent f9061088fe
commit e6e9dcb48c
  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="150RMB/M[已满]", url='tg://user?id=5568699210')
text="150rmb/月[已满]", 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="150RMB/M[已满]", url='tg://user?id=5568699210')
text="150RMB/[已满]", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

Loading…
Cancel
Save