nonebot2/config.py

7 lines
235 B
Python
Raw Normal View History

2016-12-02 22:24:19 +08:00
config = {
'fallback_command': 'core.chat',
2016-12-03 21:12:07 +08:00
'command_start_flags': ('/', '', '来,'),
2016-12-02 22:24:19 +08:00
'command_name_separators': ('\.', '->', '::', '/'), # Regex
'command_args_start_flags': ('', '', ', ', ': '), # Regex
}