fix
This commit is contained in:
parent
2d46490da5
commit
cfa1853ae6
@ -28,7 +28,7 @@ module.exports = function(){
|
||||
});
|
||||
},
|
||||
action : (bot,event,message)=>{
|
||||
if(message.text_args){
|
||||
if(message.text_args && message.text_args.length >0){
|
||||
return dic(message.text_arg).then(res=>{
|
||||
let txt = `*Definitions of ${res.word}:*\n\n`;
|
||||
if(res.definitions.length ==0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user