mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 14:35:18 -04:00
parent
06a4b6a8e6
commit
e38479d463
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
<span class="chatlog__system-notification-reference-link chatlog__reference-link" onclick="scrollToMessage(event, '@message.Reference?.MessageId')"> a message</span>
|
||||
<span class="chatlog__system-notification"> to this channel.</span>
|
||||
}
|
||||
else
|
||||
else if (!string.IsNullOrWhiteSpace(message.Content))
|
||||
{
|
||||
<span class="chatlog__system-notification">@(char.ToLowerInvariant(message.Content[0]) + message.Content[1..])</span>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue