LegoFigure11 / RaidCrawler

Raid Viewer for Pokémon Scarlet and Violet
GNU General Public License v3.0
168 stars 59 forks source link

Non-Emoji Stars inserting incorrectly #110

Closed thatmatthallett closed 1 year ago

thatmatthallett commented 1 year ago

When the Enable Emoji Option is uchecked the default star emoji that is used is inserting incorrectly as :star and not :star: causing an output that looks like this (for a 5 star raid): ⭐star⭐star:star

image

From what I can tell browsing the Git the error is on lines 128-130 of NotificationHandler.cs image

":star" should be ":star:"

LegoFigure11 commented 1 year ago

Thanks for the report!