nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
5.73k stars 540 forks source link

Docs: 修复单元测试示例代码 #2741

Closed mobyw closed 2 months ago

mobyw commented 2 months ago

修复使用 console 适配器的单元测试示例代码中的 User 参数

class User:
    """用户"""

    id: str
    avatar: str = field(default="👤")
    nickname: str = field(default="User")

相关 PR:https://github.com/nonebot/adapter-console/pull/34

github-actions[bot] commented 2 months ago

🚀 Deployed on https://deploy-preview-2741--nonebot2.netlify.app