mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-09 19:36:44 +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