mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
🚧 💡 add comments for message etc. in mirai adapter
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
"""
|
||||
\:\:\:warning 警告
|
||||
事件中为了使代码更加整洁, 我们采用了与PEP8相符的命名规则取代Mirai原有的驼峰命名
|
||||
|
||||
部分字段可能与文档在符号上不一致
|
||||
\:\:\:
|
||||
"""
|
||||
from .base import Event, GroupChatInfo, GroupInfo, UserPermission, PrivateChatInfo
|
||||
from .message import *
|
||||
from .notice import *
|
||||
|
Reference in New Issue
Block a user