diff --git a/DiscordChatExporter.Cli/Commands/GuideCommand.cs b/DiscordChatExporter.Cli/Commands/GuideCommand.cs index b9bfc65..673bc77 100644 --- a/DiscordChatExporter.Cli/Commands/GuideCommand.cs +++ b/DiscordChatExporter.Cli/Commands/GuideCommand.cs @@ -17,13 +17,14 @@ public class GuideCommand : ICommand console.Output.WriteLine(" * Automating user accounts is technically against TOS — USE AT YOUR OWN RISK!"); console.Output.WriteLine(" 1. Open Discord in your web browser and login"); - console.Output.WriteLine(" 2. Press Ctrl+Shift+I to show developer tools"); - console.Output.WriteLine(" 3. Navigate to the Network tab"); - console.Output.WriteLine(" 4. Press Ctrl+R to reload"); - console.Output.WriteLine(" 5. Search for a request containing \"messages?limit=50\" or similar"); - console.Output.WriteLine(" 6. Select the Headers tab on the right"); - console.Output.WriteLine(" 7. Scroll down to the Request Headers section"); - console.Output.WriteLine(" 8. Copy the value of the \"authorization\" header"); + console.Output.WriteLine(" 2. Open any server or direct message channel"); + console.Output.WriteLine(" 3. Press Ctrl+Shift+I to show developer tools"); + console.Output.WriteLine(" 4. Navigate to the Network tab"); + console.Output.WriteLine(" 5. Press Ctrl+R to reload"); + console.Output.WriteLine(" 6. Search for a request containing \"messages?limit=50\" or similar"); + console.Output.WriteLine(" 7. Select the Headers tab on the right"); + console.Output.WriteLine(" 8. Scroll down to the Request Headers section"); + console.Output.WriteLine(" 9. Copy the value of the \"authorization\" header"); console.Output.WriteLine(); // Bot token @@ -34,6 +35,7 @@ public class GuideCommand : ICommand console.Output.WriteLine(" 2. Open your application's settings"); console.Output.WriteLine(" 3. Navigate to the Bot section on the left"); console.Output.WriteLine(" 4. Under Token click Copy"); + console.Output.WriteLine(" * Your bot needs to have Message Content Intent enabled to read messages"); console.Output.WriteLine(); // Guild or channel ID diff --git a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml index 83b1175..252ca23 100644 --- a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml +++ b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml @@ -135,22 +135,14 @@ Grid.Row="2" Background="{DynamicResource MaterialDesignCardBackground}" IsEnabled="{Binding IsBusy, Converter={x:Static converters:InverseBoolConverter.Instance}}"> - - - - - - - - + @@ -169,31 +161,33 @@ - + + + - + - + - + - + - + - + @@ -206,7 +200,7 @@ Foreground="{DynamicResource PrimaryHueMidBrush}" Kind="Robot" /> - + @@ -224,10 +218,14 @@ + + + + - - wiki + + wiki