diff --git a/modules/food/food.js b/modules/food/food.js index 1ae28ab..f73a0d5 100644 --- a/modules/food/food.js +++ b/modules/food/food.js @@ -49,7 +49,7 @@ var food = function(dbot) { } }.bind(this)); } - }; + }.bind(this); this.on = 'PRIVMSG'; };