From ff8dc8ce6d499150dfc24cce2069f12a5985950d Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 23 Apr 2015 14:54:27 +0000 Subject: [PATCH] oops --- 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 2873544..535f923 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -8,7 +8,7 @@ var _ = require('underscore')._, var food = function(dbot) { this.commands = { - '~strain': function(event) { + '~food': function(event) { request.get('http://food2fork.com/api/search', { 'qs': { 'key': this.config.api_key,