mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
📝 💡 fix some typo and style in mirai adapter
This commit is contained in:
@ -13,11 +13,13 @@ from nonebot.typing import overrides
|
||||
|
||||
class UserPermission(str, Enum):
|
||||
"""
|
||||
用户权限枚举类
|
||||
:说明:
|
||||
|
||||
- ``OWNER``: 群主
|
||||
- ``ADMINISTRATOR``: 群管理
|
||||
- ``MEMBER``: 普通群成员
|
||||
用户权限枚举类
|
||||
|
||||
* ``OWNER``: 群主
|
||||
* ``ADMINISTRATOR``: 群管理
|
||||
* ``MEMBER``: 普通群成员
|
||||
"""
|
||||
OWNER = 'OWNER'
|
||||
ADMINISTRATOR = 'ADMINISTRATOR'
|
||||
|
Reference in New Issue
Block a user