nonebot2/config.py

7 lines
268 B
Python
Raw Normal View History

2016-12-02 14:24:19 +00:00
config = {
2017-01-01 15:16:34 +00:00
'fallback_command': 'natural_language.process',
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
}