mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-23 22:43:57 +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();
|
var result = new StringBuilder();
|
||||||
|
|
||||||
// Append guild and channel names
|
// Append guild and channel names
|
||||||
result.Append($"{guild.Name} - {channel.Name}");
|
result.Append($"{guild.Name} - {channel.Name} [{channel.Id}]");
|
||||||
|
|
||||||
// Append date range
|
// Append date range
|
||||||
if (from != null || to != null)
|
if (from != null || to != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user