mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
lol
This commit is contained in:
parent
80ebcb76fd
commit
e46135d1ec
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user