squarepear / RoverBot

A bot specially designed for AC:CF Wiimmfi Server
https://discord.gg/yB8qyQh
MIT License
3 stars 2 forks source link

!wiki command not working #8

Closed squarepear closed 6 years ago

squarepear commented 6 years ago

IT WONT SEARCH!!!

angeloanan commented 6 years ago

Need to fix promises.

plznextimeincludedetails :d

Sent from my Redmi 3 using FastHub

angeloanan commented 6 years ago

Issue found: Double variable named the same

this.Command = function (data) {
  if (data.args.length > 0) {
    wikia.getSearchList({'query': data.args.join(' ')}).then(function (data) {

Still doesn't work tho. It's because of the message sending part of the bot.

angeloanan commented 6 years ago

SUGGESTION: Making the output RichEmbed

squarepear commented 6 years ago

Fixed!