diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 771583376..9c37bd412 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -62,10 +62,6 @@ def send_msg(bot, tag='ad', trigger_time=300): types.InlineKeyboardButton( text="๐Ÿ’ฐๆต้‡ๅ˜็Žฐ๐Ÿ’ฐ้›†ๅ›ขๆ”ถ้‡", url='https://t.me/taohaozhan') ], - [ - types.InlineKeyboardButton( - text="๐Ÿ™Žโ€โ™‚๏ธไปฃๅฎžๅ๐Ÿ™โ€โ™€๏ธ่ฟ‡ไบบ่„ธ๐Ÿ…พ๏ธๅ›ฝ้™…้˜ฟ้‡Œไบ‘่…พ่ฎฏไบ‘", url='https://t.me/gjgzs2022') - ], [ types.InlineKeyboardButton( text="ๅฎ˜็ฝ‘", url='https://github.com/midoks/mdserver-web'), diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index fbde04343..659a8cf28 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -70,10 +70,6 @@ def send_msg(bot, tag='ad', trigger_time=300): types.InlineKeyboardButton( text="๐Ÿ’ฐๆต้‡ๅ˜็Žฐ๐Ÿ’ฐ้›†ๅ›ขๆ”ถ้‡", url='https://t.me/taohaozhan') ], - [ - types.InlineKeyboardButton( - text="๐Ÿ™Žโ€โ™‚๏ธไปฃๅฎžๅ๐Ÿ™โ€โ™€๏ธ่ฟ‡ไบบ่„ธ๐Ÿ…พ๏ธๅ›ฝ้™…้˜ฟ้‡Œไบ‘่…พ่ฎฏไบ‘", url='https://t.me/gjgzs2022') - ], [ types.InlineKeyboardButton( text="ๅฎ˜็ฝ‘", url='https://github.com/midoks/mdserver-web'),