3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39: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', {
'qs': {
'key': this.config.api_key,
'search': event.input[1]
'q': event.input[1]
},
'json': true
}, function(error, response, body) {