MahdeenSky / BDPlugins

BetterDiscord Plugins
MIT License
1 stars 1 forks source link

Text Replacer does not process \? properly #7

Closed SnowboundCabin closed 7 months ago

SnowboundCabin commented 8 months ago

Expected result: \? would match the literal character ? and thus adding a rule with regex \? and replacement ! would turn "Foo?" into "Foo!" Actual result: Message is still "Foo?"

MahdeenSky commented 7 months ago

Could not recreate the bug, as it seems to work correctly, as demonstrated here.

Screenshot 2024-03-27 at 9 06 31 PM

Chat Message Before Being Sent:

Screenshot 2024-03-27 at 9 07 14 PM

After Sent:

Screenshot 2024-03-27 at 9 07 27 PM