This release updates the localization file (en_us.json) to revision 19 that adds separate messages for the discord announcements:
"discord.sell.player.listed_item": "**{0} listed {1}x {2} for ${3} on the auction house!**",
"discord.sell.player.item_sold": "**{0} sold {1}x &f{2} to {3} for ${4} on the auction house!**",
"discord.prefix": ":shopping_cart: ",
These discord messages do not allow for the color formatting codes, and should use the markdown notation to display the information in text (i.e. "**some text in bold**").
The discord.prefix is displayed before the message and uses the emoji ID such as ":bottag:" from the Emoji 3.0 supported list of emojis.
Please note that the placeholders such as {0} are hardcoded to the message, so if you want to remove one from showing, you just omit it and don't reorder the numbers.
Example, if you wanted just the names and amounts in bold and not to list the buyer, it would be something like:
"discord.sell.player.item_sold": "**{0}** sold **{1}x &f{2}** for **${4}**!",