mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
7 lines
225 B
Python
7 lines
225 B
Python
config = {
|
||
'fallback_command': 'core.chat',
|
||
'command_start_flags': ('/', '/'),
|
||
'command_name_separators': ('\.', '->', '::', '/'), # Regex
|
||
'command_args_start_flags': (',', ':', ', ', ': '), # Regex
|
||
}
|