Rolisteam/DiceParser

"Next instruction" - operator not always concatenates instructions

Closed this issue · 2 comments

Hi,

I am just trying out stuff with the Dice Parser Bot. I noticed a weird behaviour that i did not expected:

The command !2Lu[cats,dogs,rats,rabbits,bats,squirrels];"asdasd" was executed as expected with following output: squirrels,rabbits ; asdasd. Any string operation seems to work there except an empty string.

However, the command !2Lu[cats,dogs,rats,rabbits,bats,squirrels];1d4 was not executed as expected with following output: squirrels,bats. Any other dice operation after a Lu operation seems not to be executed.

Erik

ok, i will check that.

I checked, it was already fixed on master. I deployed the version on discord. let me know if it fixes the issue for you.