Slack supports the use of :hearts:, :spades:, :diamonds: and :clubs: emoticons. Looking at the code, it looks like a simple parse and lookup of the card (eg. 3h) would net an output that looked a bit more familiar:
3 of :hearts:
If I have a bit of time, I may attempt a PR. Disclaimer: I'm a Python guy. :)
Slack supports the use of :hearts:, :spades:, :diamonds: and :clubs: emoticons. Looking at the code, it looks like a simple parse and lookup of the card (eg. 3h) would net an output that looked a bit more familiar:
3 of :hearts:
If I have a bit of time, I may attempt a PR. Disclaimer: I'm a Python guy. :)