mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
parent
0ced31ca4a
commit
2ed374ee5c
|
|
@ -67,7 +67,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="chatlog__messages">
|
<div class="chatlog__messages">
|
||||||
{{~ # Author name and timestamp ~}}
|
{{~ # Author name and timestamp ~}}
|
||||||
<span class="chatlog__author-name" title="{{ group.Author.FullName | html.escape }}">{{ group.Author.Name | html.escape }}</span>
|
<span class="chatlog__author-name" title="{{ group.Author.FullName | html.escape }}" data-user-id="{{ group.Author.Id | html.escape }}">{{ group.Author.Name | html.escape }}</span>
|
||||||
{{~ if group.Author.IsBot ~}}
|
{{~ if group.Author.IsBot ~}}
|
||||||
<span class="chatlog__bot-tag">BOT</span>
|
<span class="chatlog__bot-tag">BOT</span>
|
||||||
{{~ end ~}}
|
{{~ end ~}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue