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
From what I can tell browsing the Git the error is on lines 128-130 of NotificationHandler.cs
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
From what I can tell browsing the Git the error is on lines 128-130 of NotificationHandler.cs
":star" should be ":star:"