Update receive_music163_search.py

pull/445/head
midoks 2 years ago
parent ab7bbe942b
commit 6b0cf8129d
  1. 2
      plugins/tgbot/startup/extend/receive_music163_search.py

@ -96,7 +96,7 @@ def run(bot, message):
cmd_text = getReadCmd('/music', text_body)
cmd_text = cmd_text.strip().strip(":")
if cmd_text == "":
return bot.send_message(message.chat.id, "搜索内容不能为空, 例如:/faq 数据库")
return bot.send_message(message.chat.id, "搜索内容不能为空, 例如:/music 刀郎")
return tgSearchMusic(bot, message, cmd_text)
return bot

Loading…
Cancel
Save