🔀 Merge pull request #143

fix config typo
This commit is contained in:
Ju4tCode 2021-01-05 23:11:35 +08:00 committed by GitHub
commit a211f09a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ X-Signature: sha1=f9ddd4863ace61e64f462d41ca311e3d2c1176e2
```default
SUPER_USERS=["12345789"]
SUPERUSERS=["12345789"]
```

View File

@ -229,7 +229,7 @@ class Config(BaseConfig):
.. code-block:: default
SUPER_USERS=["12345789"]
SUPERUSERS=["12345789"]
"""
nickname: Set[str] = set()
"""