3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2015-04-23 15:00:56 +00:00
parent 80ebcb76fd
commit e46135d1ec

View File

@ -12,7 +12,7 @@ var food = function(dbot) {
request.get('http://food2fork.com/api/search', { request.get('http://food2fork.com/api/search', {
'qs': { 'qs': {
'key': this.config.api_key, 'key': this.config.api_key,
'search': event.input[1] 'q': event.input[1]
}, },
'json': true 'json': true
}, function(error, response, body) { }, function(error, response, body) {