3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2015-04-23 14:54:27 +00:00
parent 4467e9fd5b
commit ff8dc8ce6d

View File

@ -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,