Because of how json works, unicode characters cannot appear in the file or it will error on processing. Because of that I had to use a dictionary of emoji names to unicode values to get around that. There's gotta be a better way, even if that means moving to a different structure for callbacks
Because of how json works, unicode characters cannot appear in the file or it will error on processing. Because of that I had to use a dictionary of emoji names to unicode values to get around that. There's gotta be a better way, even if that means moving to a different structure for callbacks