From e46135d1ec15f5f53c18e9a6379fe6bfeeff8b49 Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 23 Apr 2015 15:00:56 +0000 Subject: [PATCH] lol --- modules/food/food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/food/food.js b/modules/food/food.js index adb2115..a8ff594 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -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) {