enescakir/emoji

question: is there any way to get a random emoji?

salaboy opened this issue · 1 comments

Is there any recommended way to get random emojis?

Just pull the map, and do a rand.Intn(sizeOfMap) and then emojiMap[randomNumber]