Skip to content

Commit

Permalink
Update token extraction guide (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay-JSR authored Jan 25, 2022
1 parent 40d833c commit 0408096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DiscordChatExporter.Cli/Commands/GuideCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public ValueTask ExecuteAsync(IConsole console)
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");
Expand Down
4 changes: 3 additions & 1 deletion DiscordChatExporter.Gui/Views/RootView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
</InlineUIContainer>
<Run FontSize="16" Text="Authenticate using your personal account" />
<LineBreak />
<Run Text="1. Open Discord" />
<Run Text="1. Open Discord in your" />
<Run FontWeight="SemiBold" Text="web browser" />
<Run Text="and login" />
<LineBreak />
<Run Text="2. Press" />
<Run FontWeight="SemiBold" Text="Ctrl+Shift+I" />
Expand Down

0 comments on commit 0408096

Please sign in to comment.