mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
Rename none_demo to demo
This commit is contained in:
11
demo/config.py
Normal file
11
demo/config.py
Normal file
@ -0,0 +1,11 @@
|
||||
import re
|
||||
|
||||
from none.default_config import *
|
||||
|
||||
HOST = '0.0.0.0'
|
||||
SECRET = 'abc'
|
||||
|
||||
SUPERUSERS = {1002647525}
|
||||
NICKNAME = {'奶茶', '小奶茶'}
|
||||
COMMAND_START = {'', '/', '!', '/', '!', re.compile(r'^>+\s*')}
|
||||
COMMAND_SEP = {'/', '.', re.compile(r'#|::?')}
|
Reference in New Issue
Block a user