mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 20:45:06 +08:00
ruaaaa
This commit is contained in:
parent
bf40679012
commit
86cb098b3d
|
@ -20,5 +20,5 @@ def on_tailchat_message(msg: TailchatReciveMessage, client: TailchatClient) -> N
|
||||||
# if not (msg.is_from_self or msg.is_reply):
|
# if not (msg.is_from_self or msg.is_reply):
|
||||||
if not (msg.is_reply):
|
if not (msg.is_reply):
|
||||||
if msg.content == "/bot":
|
if msg.content == "/bot":
|
||||||
reply = msg.reply_with(f"ica-async-rs({client.version})-sync-py {client.tailchat_version}")
|
reply = msg.reply_with(f"tailchat-async-rs({client.version})-sync-py {client.tailchat_version}")
|
||||||
client.send_message(reply)
|
client.send_message(reply)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user