CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 208 forks source link

Use :hearts:, etc. emoticons for your DM'd hand. #27

Closed kordless closed 8 years ago

kordless commented 8 years ago

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. :)

CharlieHess commented 8 years ago

This was already implemented here. Slack converts the Unicode to a nice emoji.