mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-13 15:22:05 +00:00
Add some commands
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
config = {
|
||||
'fallback_command': 'core.chat',
|
||||
'command_start_flags': ('/', '/', '来,'),
|
||||
'command_start_flags': ('/', '/', '来,', '来,'),
|
||||
'command_name_separators': ('\.', '->', '::', '/'), # Regex
|
||||
'command_args_start_flags': (',', ':', ', ', ': '), # Regex
|
||||
'command_args_start_flags': (',', ':', ',', ', ', ':', ': '), # Regex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user