Rename none_demo to demo

This commit is contained in:
Richard Chien
2018-08-13 22:34:45 +08:00
parent 7a5791e10d
commit 1a4afb3c10
8 changed files with 4 additions and 4 deletions

11
demo/config.py Normal file
View 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'#|::?')}