mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Require node 10.1, bug fix in wikihow, deps
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = class WikihowCommand extends Command {
|
||||
key: 'query',
|
||||
prompt: 'What article would you like to search for?',
|
||||
type: 'string',
|
||||
parse: query => query.replace(/^((how )?to)/i, '')
|
||||
parse: query => query.replace(/^((how )?to )/i, '')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user