Rolisteam / DiceParser

Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
http://www.rolisteam.org/
GNU General Public License v3.0
125 stars 31 forks source link

DiceParser no longer detecting dice commands from another bot #132

Closed XanIves closed 3 years ago

XanIves commented 3 years ago

DiceParser doesn't seem to be listening to bot messages. I am able to call DiceParser with a command with my client user, but the same command+same channel+same server but using my bot user returns no output from DiceParser.

Does DiceParser no longer listen to other discord bots?

Example below: image

obiwankennedy commented 3 years ago

There is a conf parameter now to allow diceparser to answer to other bots.

this command !conf set answerbot on should fix your issue.

XanIves commented 3 years ago

Thanks for the quick response! I'll try that out and see if it works 👉😎👉

XanIves commented 3 years ago

Worked like a charm, closing this issue!