diff --git a/plugins/tgbot/startup/extend/receive_faq.py b/plugins/tgbot/startup/extend/receive_faq.py index c6a26b0ee..0a9e7ab23 100644 --- a/plugins/tgbot/startup/extend/receive_faq.py +++ b/plugins/tgbot/startup/extend/receive_faq.py @@ -181,6 +181,8 @@ def answer_callback_query(bot, call): def run(bot, message): text_body = message.text + + # 过滤URL is_has_url = re.search( '(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]', text_body) if is_has_url: