mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-10 00:02:37 -06:00
Import DiscordChatExporter.Core.Exceptions and switch from a generic catch to catching DiscordChatExporterException only when it's non-fatal (catch (DiscordChatExporterException ex) when (!ex.IsFatal)). This ensures fatal exceptions propagate while non-fatal errors are counted and reported. Also clarified the channel option description by removing the incorrect 'in DMs' note about deletions. |
||
|---|---|---|
| .. | ||
| Base | ||
| Converters | ||
| Shared | ||
| DeleteMessagesCommand.cs | ||
| ExportAllCommand.cs | ||
| ExportChannelsCommand.cs | ||
| ExportDirectMessagesCommand.cs | ||
| ExportGuildCommand.cs | ||
| GetChannelsCommand.cs | ||
| GetDirectChannelsCommand.cs | ||
| GetGuildsCommand.cs | ||
| GuideCommand.cs | ||