finish typing change

This commit is contained in:
yanyongyu
2020-12-17 21:09:30 +08:00
parent 6bd69e6708
commit 799144e64d
19 changed files with 309 additions and 315 deletions

View File

@ -216,9 +216,9 @@ class Config(BaseConfig):
"""
# bot runtime configs
superusers: Set[int] = set()
superusers: Set[str] = set()
"""
- **类型**: ``Set[int]``
- **类型**: ``Set[str]``
- **默认值**: ``set()``
:说明:
@ -229,7 +229,7 @@ class Config(BaseConfig):
.. code-block:: default
SUPER_USERS=[12345789]
SUPER_USERS=["12345789"]
"""
nickname: Set[str] = set()
"""