mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-18 17:35:46 +08:00
7 lines
268 B
Python
7 lines
268 B
Python
config = {
|
||
'fallback_command': 'natural_language.process',
|
||
'command_start_flags': ('/', '/', '来,', '来,'),
|
||
'command_name_separators': ('\.', '->', '::', '/'), # Regex
|
||
'command_args_start_flags': (',', ':', ',', ', ', ':', ': '), # Regex
|
||
}
|