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 not working with webhook #149

Open sighac opened 2 years ago

sighac commented 2 years ago

Hi. Dice commands sent to a webhook used to work before the Discord slash command change. For example, a "!1d20+2 # my roll" was catched by Diceparser and interpretated on the fly. Now, even with a command that works copy-pasted in Discord, like "/roll command:1d20+2 # my roll", when sent to the webhook the Diceparser remains idle. answerbot is "on" in the bot configuration.

[Conf] Server Configuration: prefix: -- displayMode: markdown notifyuser: none answerbot: on

Thanks.