Update push_ad.py

pull/398/head
midoks 2 years ago
parent babe1b885e
commit aed8319dd3
  1. 8
      plugins/tgbot/startup/extend/push_ad.py

@ -42,10 +42,6 @@ def send_msg(bot, tag='ad', trigger_time=300):
# 信号只在一个周期内执行一次|end
keyboard = [
[
types.InlineKeyboardButton(
text="赞助联系ME", url='tg://user?id=5568699210')
],
[
types.InlineKeyboardButton(
text="CK资源采集", url='https://ckzy1.com/')
@ -70,7 +66,9 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="论坛", url='https://bbs.midoks.me'),
types.InlineKeyboardButton(
text="搜索", url='https://bbs.midoks.me/search.php')
text="搜索", url='https://bbs.midoks.me/search.php'),
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

Loading…
Cancel
Save