add a function to convert a reaction to a string
Reactions can be either a unicode character (e.g.👾 ) or a discord custom emoji. This function converts both types to a string so they can be dealt with interchangeably.
src/util.rs
0 → 100644
Please register or sign in to comment