mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Unique span for chat message
This commit is contained in:
parent
bb35d3700b
commit
014e06d780
@ -157,7 +157,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="mustache_usermessage" type="text/template">
|
<script id="mustache_usermessage" type="text/template">
|
||||||
<p><span id="discordmessage_{{id}}" title="{{full_timestamp}}" class="chattimestamp">{{time}}</span> <span class="chatusername">{{username}}#{{discriminator}}</span> {{{content}}}</p>
|
<p><span id="discordmessage_{{id}}" title="{{full_timestamp}}" class="chattimestamp">{{time}}</span> <span class="chatusername">{{username}}#{{discriminator}}</span> <span class="chatmessage">{{{content}}}</span></p>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="mustache_memberrole" type="text/template">
|
<script id="mustache_memberrole" type="text/template">
|
||||||
|
Loading…
Reference in New Issue
Block a user