mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-02-23 13:34:22 +08:00
hmmmm
This commit is contained in:
parent
e6b794173f
commit
38d9988cdc
|
@ -68,6 +68,8 @@ def convert_name(msg: ReciveMessage, client) -> None:
|
|||
|
||||
def eval_fight(msg: ReciveMessage, client) -> None:
|
||||
if msg.content.find("\n") == -1:
|
||||
# 在判断一下是不是 /xxx xxxx
|
||||
if msg.content.find(" ") != -1:
|
||||
client.send_message(
|
||||
msg.reply_with(
|
||||
f"请使用 {EVAL_PREFIX} 命令,然后换行输入名字,例如:\n{EVAL_PREFIX}\n张三\n李四\n王五\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user