mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
Improve structure
This commit is contained in:
9
none_demo/config.py
Normal file
9
none_demo/config.py
Normal file
@ -0,0 +1,9 @@
|
||||
import re
|
||||
|
||||
from none.default_config import *
|
||||
|
||||
SECRET = 'abc'
|
||||
|
||||
SUPERUSERS = {1002647525}
|
||||
COMMAND_START = {'', '/', '!', '/', '!', re.compile(r'^>+\s*')}
|
||||
COMMAND_SEP = {'/', '.', re.compile(r'#|::?')}
|
Reference in New Issue
Block a user