mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-20 09:38:23 +08:00
commit
a211f09a99
@ -211,7 +211,7 @@ X-Signature: sha1=f9ddd4863ace61e64f462d41ca311e3d2c1176e2
|
|||||||
|
|
||||||
|
|
||||||
```default
|
```default
|
||||||
SUPER_USERS=["12345789"]
|
SUPERUSERS=["12345789"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@ class Config(BaseConfig):
|
|||||||
|
|
||||||
.. code-block:: default
|
.. code-block:: default
|
||||||
|
|
||||||
SUPER_USERS=["12345789"]
|
SUPERUSERS=["12345789"]
|
||||||
"""
|
"""
|
||||||
nickname: Set[str] = set()
|
nickname: Set[str] = set()
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user