mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-18 01:46:41 +00:00
🐛 fix nickname
This commit is contained in:
@ -211,10 +211,10 @@ class Config(BaseConfig):
|
||||
|
||||
SUPER_USERS=[12345789]
|
||||
"""
|
||||
nickname: Union[str, Set[str]] = ""
|
||||
nickname: Set[str] = set()
|
||||
"""
|
||||
- 类型: ``Union[str, Set[str]]``
|
||||
- 默认值: ``""``
|
||||
- 类型: ``Set[str]``
|
||||
- 默认值: ``set()``
|
||||
- 说明:
|
||||
机器人昵称。
|
||||
"""
|
||||
|
Reference in New Issue
Block a user