nonebot2/config.py

7 lines
253 B
Python
Raw Normal View History

2016-12-02 14:24:19 +00:00
config = {
'fallback_command': 'core.chat',
2016-12-30 14:01:50 +00:00
'command_start_flags': ('/', '', '来,', '来,'),
2016-12-02 14:24:19 +00:00
'command_name_separators': ('\.', '->', '::', '/'), # Regex
2016-12-30 14:01:50 +00:00
'command_args_start_flags': ('', '', ',', ', ', ':', ': '), # Regex
2016-12-02 14:24:19 +00:00
}