diff --git a/docs/api/config.md b/docs/api/config.md index 2e7c6a4d..a9c8ab2b 100644 --- a/docs/api/config.md +++ b/docs/api/config.md @@ -211,7 +211,7 @@ X-Signature: sha1=f9ddd4863ace61e64f462d41ca311e3d2c1176e2 ```default -SUPER_USERS=["12345789"] +SUPERUSERS=["12345789"] ``` diff --git a/nonebot/config.py b/nonebot/config.py index 43ed4fbc..af5f67c1 100644 --- a/nonebot/config.py +++ b/nonebot/config.py @@ -229,7 +229,7 @@ class Config(BaseConfig): .. code-block:: default - SUPER_USERS=["12345789"] + SUPERUSERS=["12345789"] """ nickname: Set[str] = set() """