3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-13 13:42:40 +01:00

Update words.js

This commit is contained in:
Luke Slater 2014-11-30 03:58:22 +00:00
parent ba0d99b60d
commit 72afc1ca0a

View File

@ -71,7 +71,7 @@ var words = function(dbot) {
'definition': defs[0].text
}));
} else {
this.commands['rw'](event);
dbot.commands['rw'](event);
}
} else {
event.reply(dbot.t('no_def', { 'word': query }));