mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
Remove unused default config
This commit is contained in:
parent
5ea5a616a5
commit
0a67acb6af
@ -14,7 +14,6 @@ For example:
|
||||
>>> NICKNAME = '小明'
|
||||
"""
|
||||
|
||||
import os
|
||||
from datetime import timedelta
|
||||
|
||||
API_ROOT = ''
|
||||
@ -31,4 +30,3 @@ COMMAND_SEP = {'/', '.'}
|
||||
SESSION_EXPIRE_TIMEOUT = timedelta(minutes=5)
|
||||
SESSION_RUNNING_EXPRESSION = '您有命令正在执行,请稍后再试'
|
||||
SHORT_MESSAGE_MAX_LENGTH = 50
|
||||
DATA_FOLDER = os.path.join(os.getcwd(), 'data')
|
||||
|
Loading…
Reference in New Issue
Block a user