📝 💡 fix some typo and style in mirai adapter

This commit is contained in:
Mix
2021-02-01 13:50:14 +08:00
parent 6a273a8eea
commit d2a62ebd3d
7 changed files with 31 additions and 20 deletions

View File

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