mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-08 11:38:44 +08:00
8 lines
111 B
Python
8 lines
111 B
Python
from none.default_config import *
|
|
|
|
HOST = '0.0.0.0'
|
|
PORT = 8080
|
|
|
|
SUPERUSERS = {12345678}
|
|
COMMAND_START.add('')
|