diff --git a/DiscordChatExporter.Core/Discord/Data/Channel.cs b/DiscordChatExporter.Core/Discord/Data/Channel.cs index fc0e092..625a837 100644 --- a/DiscordChatExporter.Core/Discord/Data/Channel.cs +++ b/DiscordChatExporter.Core/Discord/Data/Channel.cs @@ -17,7 +17,7 @@ public partial record Channel( string? IconUrl, string? Topic, bool IsActive, - Snowflake? LastMessageId) + Snowflake? LastMessageId) : IHasId { // Used for visual backwards-compatibility with old exports, where // channels without a parent (i.e. mostly DM channels) had a fallback