Accepts command with no parameter
This commit is contained in:
@ -10,7 +10,8 @@ const commands = [
|
||||
{ pattern: 'Create new FAQ item(:faqName as FAQ item name)' },
|
||||
{ pattern: 'Add news item(:headline)' },
|
||||
{ pattern: 'Add new User(:userName as User name)' },
|
||||
{ pattern: 'Search(:seachTerm as what?)' },
|
||||
{ pattern: 'Search(:searchTerm as what?)' },
|
||||
{ pattern: 'Go to Settings' },
|
||||
{ pattern: 'Find(:seachTerm as what?)' },
|
||||
{ pattern: '(:searchTerm as Find...)', token:'Find' }
|
||||
];
|
||||
|
Reference in New Issue
Block a user