slack_emoji.js 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 //Slack emoji code usage structure //Link : https://www.webfx.com/tools/emoji-cheat-sheet/ exports.emojis = (face) =>{ emoji = { icon_emoji: `:${face}:` }; return emoji; }