mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 09:10:22 +00:00
Add split_args decorator
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
config = {
|
||||
'fallback_command': 'natural_language.process',
|
||||
'fallback_command_after_nl_processors': 'core.tuling123',
|
||||
'command_start_flags': ('/', '/', '来,', '来,'), # add '' (empty string) here to allow commands without start flags
|
||||
'command_name_separators': ('\.', '->', '::', '/'), # Regex
|
||||
'command_start_flags': ('/', '/', '来,', '来,'), # Add '' (empty string) here to allow commands without start flags
|
||||
'command_name_separators': ('->', '::', '/'), # Regex
|
||||
'command_args_start_flags': (',', ':', ',', ', ', ':', ': '), # Regex
|
||||
'command_args_separators': (',', ','), # Regex
|
||||
}
|
||||
|
Reference in New Issue
Block a user