-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
才疏学浅....看不太懂"hello"的例子---
可以增加一些例子吗...?
有注意到在实现类中有写
“““
OneBot 实现的主体包装:
动作: 使用 action 装饰器注册。
事件: 使用 emit 方法推送。
内部已实现元动作 get_version get_status get_supported_actions。
状态更新事件使用 update_status 方法推送。
“““
如果提供几个emit的事例(比方说PrivateMessageEvent)和action(确实没看懂"Hello"究竟对应着什么,装饰器注册了什么。比方说可以提供一下应用端发送 发消息请求(send_message) 后如何处理的一个例子(可以写到可以将 onebot标准中的参数作为变量传出,好理解))的实际例子应该能更好理解这个库的使用
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation