init wiki
This commit is contained in:
parent
f09a268808
commit
dcdca8f9eb
@ -29,7 +29,7 @@ module.exports = function(){
|
|||||||
},
|
},
|
||||||
action : (bot,event,message)=>{
|
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`;
|
let txt = `*Definitions of ${message.text_arg}:\n`;
|
||||||
|
|
||||||
for(let r of res.definitions){
|
for(let r of res.definitions){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user