mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
9 lines
169 B
Python
9 lines
169 B
Python
from nonebot.default_config import *
|
||
|
||
HOST = '0.0.0.0'
|
||
PORT = 8080
|
||
|
||
SUPERUSERS = {12345678}
|
||
COMMAND_START = {'', '/', '!', '/', '!'}
|
||
NICKNAME = {'小明', '明明'}
|