🔖 bump version 2.0.0a16

This commit is contained in:
yanyongyu
2021-10-02 17:35:10 +08:00
parent 94b98b74b9
commit 66b2153493
65 changed files with 3230 additions and 865 deletions

View File

@ -10,5 +10,5 @@ async def _(bot: Bot, event: GroupMessageEvent, state: T_State):
state["at"] = MessageSegment.at(event.get_user_id())
state["test"] = "test"
# message: /template {at} hello {test}!
ft = event.message.template(event.get_plaintext())
ft = event.message.template(event.message)
await template.send(ft)