🚧 💡 add comments for message etc. in mirai adapter

This commit is contained in:
Mix
2021-02-01 01:04:30 +08:00
parent 7fdfd89525
commit 56592fc413
8 changed files with 250 additions and 28 deletions

View File

@ -1,3 +1,10 @@
"""
\:\:\:warning 警告
事件中为了使代码更加整洁, 我们采用了与PEP8相符的命名规则取代Mirai原有的驼峰命名
部分字段可能与文档在符号上不一致
\:\:\:
"""
from .base import Event, GroupChatInfo, GroupInfo, UserPermission, PrivateChatInfo
from .message import *
from .notice import *