brandan-schmitz / plexbot

Plexbot - A discord bot for automating movie libraries.
0 stars 0 forks source link

Embed fields not properly escaped for discord messages #76

Closed brandan-schmitz closed 3 years ago

brandan-schmitz commented 3 years ago

In discord messages such as the new episode notification, fields that are dynamically populated are not properly escaped. This is causing weird display issues with some items. For example, the show M*A*S*H is not properly escaped with \ before each * symbol when used in the new episode notification as seen below:

image
Molkars commented 3 years ago

See escape-embeds-patch branch