mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 19:26:57 -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();
|
var buffer = new StringBuilder();
|
||||||
|
|
||||||
// Guild and channel names
|
// Guild and channel names
|
||||||
buffer.Append($"{guild.Name} - {channel.Name} [{channel.Id}]");
|
buffer.Append($"{guild.Name} - {channel.Category} - {channel.Name} [{channel.Id}]");
|
||||||
|
|
||||||
// Date range
|
// Date range
|
||||||
if (after != null || before != null)
|
if (after != null || before != null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue