mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
Add NLP
This commit is contained in:
@ -8,6 +8,7 @@ PORT = 8080
|
||||
DEBUG = True
|
||||
|
||||
SUPERUSERS = set()
|
||||
NICKNAME = ''
|
||||
COMMAND_START = {'/', '!', '/', '!'}
|
||||
COMMAND_SEP = {'/', '.'}
|
||||
SESSION_EXPIRE_TIMEOUT = timedelta(minutes=5)
|
||||
|
Reference in New Issue
Block a user