pull/783/head
dami 2 months ago
parent 6427bb794d
commit 4913cc9ed6
  1. 2
      plugins/tgbot/startup/extend/push_ad.py
  2. 2
      plugins/tgbot/startup/extend/push_notice_msg.py

@ -75,7 +75,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="200rmb/月", url='tg://user?id=5568699210')
text="300rmb/月", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

@ -88,7 +88,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="200RMB/月", url='tg://user?id=5568699210')
text="300RMB/月", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

Loading…
Cancel
Save