Default emotes use Unicode characters and are categorized as Discord assets as opposed to custom emotes which are stored as images in Discord's CDN. As such it will require two different execution paths for SantaUtilities::emote(...).
Example:
Note that this may be impossible to truly implement a solution for given that some Unicode characters rendered as a single emote are actually single characters + modifier characters (see rainbow pride flag)
May be closed as Will Not Fix and restrictSantaUtilities::emote(...) 's use to custom emotes given above and pending investigation
Default emotes use Unicode characters and are categorized as Discord assets as opposed to custom emotes which are stored as images in Discord's CDN. As such it will require two different execution paths for
SantaUtilities::emote(...).Example:
Note that this may be impossible to truly implement a solution for given that some Unicode characters rendered as a single emote are actually single characters + modifier characters (see rainbow pride flag)
May be closed as
Will Not Fixand restrictSantaUtilities::emote(...)'s use to custom emotes given above and pending investigation