mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
parent
be73f0b92c
commit
247f3a9c5b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace DiscordChatExporter.Domain.Exporting
|
|||
var buffer = new StringBuilder();
|
||||
|
||||
// Guild and channel names
|
||||
buffer.Append($"{guild.Name} - {channel.Name} [{channel.Id}]");
|
||||
buffer.Append($"{guild.Name} - {channel.Category} - {channel.Name} [{channel.Id}]");
|
||||
|
||||
// Date range
|
||||
if (after != null || before != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue