diff --git a/config.js b/config.js index aee8f3c..3afdc24 100644 --- a/config.js +++ b/config.js @@ -29,7 +29,7 @@ module.exports = function(){ }, action : (bot,event,message)=>{ - return wiki(message.text_arg).then(res=>{ + return dic(message.text_arg).then(res=>{ let txt = `*Definitions of ${message.text_arg}:\n`; for(let r of res.definitions){