🐛 fix nickname

This commit is contained in:
yanyongyu
2020-10-06 22:29:05 +08:00
parent 727eef9a34
commit 927a963d4f
3 changed files with 9 additions and 8 deletions

View File

@ -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()``
- 说明:
机器人昵称。
"""