mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-13 21:26:22 +00:00
Add channel ID to default export file name to avoid collisions
This commit is contained in:
@@ -20,7 +20,7 @@ namespace DiscordChatExporter.Core.Helpers
|
||||
var result = new StringBuilder();
|
||||
|
||||
// Append guild and channel names
|
||||
result.Append($"{guild.Name} - {channel.Name}");
|
||||
result.Append($"{guild.Name} - {channel.Name} [{channel.Id}]");
|
||||
|
||||
// Append date range
|
||||
if (from != null || to != null)
|
||||
|
||||
Reference in New Issue
Block a user