Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: removed emojis from header

+2 -2
+2 -2
kefi/models/helpers.py
··· 155 155 { 156 156 "keyword": Command.CONGRATS, 157 157 "amount": 25, 158 - "header_template": "¡Enhorabuena {receiver_name}! :trophy:", 158 + "header_template": "¡Enhorabuena {receiver_name}!", 159 159 "message_template": "Mensaje de {sender_name}:\n _{message}_", 160 160 "context_template": "*{sender_name}* le da a *{receiver_name}* {amount} kefis.", 161 161 "image": "https://storage.staging.dekaside.com/kefi/static/images/congrats_400.png", ··· 164 164 { 165 165 "keyword": Command.HIGH_FIVE, 166 166 "amount": 5, 167 - "header_template": "¡{sender_name} le envía un high five a {receiver_name}! :hand:", 167 + "header_template": "¡{sender_name} le envía un high five a {receiver_name}!", 168 168 "message_template": "_{message}_", 169 169 "context_template": "*{sender_name}* le da a *{receiver_name}* {amount} kefis.", 170 170 "image": "https://storage.staging.dekaside.com/kefi/static/images/highfive_400.png",