From 0408096746493f0d535578e53a87f368e4f36113 Mon Sep 17 00:00:00 2001 From: Dhananjay-JSR <47073516+Dhananjay-JSR@users.noreply.github.com> Date: Wed, 26 Jan 2022 04:41:22 +0530 Subject: [PATCH] Update token extraction guide (#791) --- DiscordChatExporter.Cli/Commands/GuideCommand.cs | 2 +- DiscordChatExporter.Gui/Views/RootView.xaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter.Cli/Commands/GuideCommand.cs b/DiscordChatExporter.Cli/Commands/GuideCommand.cs index a234916a..24af8200 100644 --- a/DiscordChatExporter.Cli/Commands/GuideCommand.cs +++ b/DiscordChatExporter.Cli/Commands/GuideCommand.cs @@ -15,7 +15,7 @@ public class GuideCommand : ICommand using (console.WithForegroundColor(ConsoleColor.White)) console.Output.WriteLine("To get user token:"); - console.Output.WriteLine(" 1. Open Discord"); + 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. Press Ctrl+Shift+M to toggle device toolbar"); console.Output.WriteLine(" 4. Navigate to the Application tab"); diff --git a/DiscordChatExporter.Gui/Views/RootView.xaml b/DiscordChatExporter.Gui/Views/RootView.xaml index 0083d7b6..034c4f4f 100644 --- a/DiscordChatExporter.Gui/Views/RootView.xaml +++ b/DiscordChatExporter.Gui/Views/RootView.xaml @@ -157,7 +157,9 @@ - + + +