Emoji icons showing up in embed

This commit is contained in:
Jeremy Zhang
2017-06-09 08:22:22 +00:00
parent 5610197041
commit a4ed38e59d
3 changed files with 29 additions and 1 deletions

View File

@ -186,6 +186,10 @@
<script id="mustache_memberrole" type="text/template">
<li><a class="subheader role-title">{{name}}</a></li>
</script>
<script id="mustache_message_emoji" type="text/template">
<img class="message_emoji" src='https://cdn.discordapp.com/emojis/{{id}}.png' title=":{{name}}:" />
</script>
{% endraw %}
<script>