YiriMiraiProject / YiriMirai

一个轻量级、低耦合的基于 mirai-api-http 的 Python SDK。
https://yiri-mirai.wybxc.cc
GNU Affero General Public License v3.0
124 stars 13 forks source link

[Docs Typo] a interesting typo.... #2

Closed GreyElaina closed 3 years ago

GreyElaina commented 3 years ago
@bot.on('FriendMessage')
async def handle_group_message(event: dict):
    print(f"收到来自{event['sender']['nickname']的消息。}")

it throws SynatxError.

Wybxc commented 3 years ago

Thanks for correction.