3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-26 12:42:51 +01:00

Update words.js

This commit is contained in:
Luke Slater 2014-11-30 03:57:41 +00:00
parent f8cfc04ab2
commit ba0d99b60d

View File

@ -76,7 +76,7 @@ var words = function(dbot) {
} else {
event.reply(dbot.t('no_def', { 'word': query }));
}
});
}.bind(this));
}
}.bind(this));
},