ryanmiville / akkord

A Discord bot library built with Akka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChannelApi ! CreateReaction doesn't work because Akka HTTP doesn't support emoji in URI

ryanmiville opened this issue · comments

Doubtful this will be patched in Akka HTTP any time soon.

Probably best user experience to just do a conversion from Discord emoji shortcuts to the unicode URI representation (i.e. Emoji.slight_smile returns %F0%9F%99%82)