From 2eb4543c3bc193e425936d6a0d76a3d09db5367d Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Mar 2023 01:54:58 +0800 Subject: [PATCH] Update receive_faq.py --- plugins/tgbot/startup/extend/receive_faq.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/tgbot/startup/extend/receive_faq.py b/plugins/tgbot/startup/extend/receive_faq.py index a72de4c9c..44294c6dd 100644 --- a/plugins/tgbot/startup/extend/receive_faq.py +++ b/plugins/tgbot/startup/extend/receive_faq.py @@ -8,9 +8,6 @@ import base64 import threading # import telebot -cmd_list = [ - '/?:', -] def isThisCmd(cmd, msg):