Jacherr / assyst2

Assyst Discord Bot 2.0 rewrite
https://jacher.io/assyst
MIT License
19 stars 4 forks source link

Cannot use spoilers in tags #25

Closed Tolga1452 closed 1 month ago

Tolga1452 commented 1 month ago

Describe the bug You are not able to use spoilers as a content in tags.

To Reproduce

  1. Create a tag with a content that contains a ||spoiler||.
  2. Use the tag.

Expected behavior Tag output should contain the spoiler.

Screenshots image image

meqativ commented 1 month ago

as a workaround you can escape the | with \ broken works (i think it interprets it as an argument separator {name:arg|arg|arg|arg}, and ignores it due to not using any of them except the first one)