DiscordChatExporter/DiscordChatExporter.Cli/Commands
primetime43 c38953d868 Add message deletion feature (CLI & GUI)
Introduce a message-deletion feature across CLI and GUI. Adds a new CLI command (deletemessages) with channel/before/after options and console progress. Extends DiscordClient with GetCurrentUserAsync and DeleteMessageAsync (including rate-limit handling) to perform deletions and surface authorization outcomes. GUI additions include DeleteSetup dialog, its ViewModel, view, and wiring: App registration, View/ViewModel managers, DashboardViewModel command, and a Delete button in the dashboard; deletion runs per-channel (parallel, with progress) and reports success/failure summaries.
2026-05-17 11:09:42 -04:00
..
Base Remove BOM 2026-04-19 23:13:12 +03:00
Converters Remove BOM 2026-04-19 23:13:12 +03:00
Shared Remove BOM 2026-04-19 23:13:12 +03:00
DeleteMessagesCommand.cs Add message deletion feature (CLI & GUI) 2026-05-17 11:09:42 -04:00
ExportAllCommand.cs Migrate to CliFx v3 (#1516) 2026-03-26 23:53:28 +02:00
ExportChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
ExportDirectMessagesCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
ExportGuildCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetDirectChannelsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GetGuildsCommand.cs Remove BOM 2026-04-19 23:13:12 +03:00
GuideCommand.cs Migrate to CliFx v3 (#1516) 2026-03-26 23:53:28 +02:00