forked from GitHub/dbot
Update words.js
This commit is contained in:
parent
ba0d99b60d
commit
72afc1ca0a
@ -71,7 +71,7 @@ var words = function(dbot) {
|
|||||||
'definition': defs[0].text
|
'definition': defs[0].text
|
||||||
}));
|
}));
|
||||||
} else {
|
} else {
|
||||||
this.commands['rw'](event);
|
dbot.commands['rw'](event);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
event.reply(dbot.t('no_def', { 'word': query }));
|
event.reply(dbot.t('no_def', { 'word': query }));
|
||||||
|
Loading…
Reference in New Issue
Block a user