Skip to content

Commit

Permalink
Update usage guide in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 19, 2023
1 parent c493518 commit 481ddc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions DiscordChatExporter.Cli/Commands/GuideCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ public ValueTask ExecuteAsync(IConsole console)
console.Output.WriteLine(" 4. Navigate to the Network tab");
console.Output.WriteLine(" 5. Press Ctrl+R to reload");
console.Output.WriteLine(" 6. Switch between random channels to trigger network requests");
console
.Output
.WriteLine(" 7. Search for a request containing \"messages?limit=50\" or similar");
console.Output.WriteLine(" 7. Search for a request that starts with \"messages\"");
console.Output.WriteLine(" 8. Select the Headers tab on the right");
console.Output.WriteLine(" 9. Scroll down to the Request Headers section");
console.Output.WriteLine(" 10. Copy the value of the \"authorization\" header");
Expand Down
5 changes: 2 additions & 3 deletions DiscordChatExporter.Gui/Views/Components/DashboardView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@
<LineBreak />
<Run Text="6. Switch between random channels to trigger network requests" />
<LineBreak />
<Run Text="7. Search for a request containing" />
<Run FontWeight="SemiBold" Text="messages?limit=50" />
<Run Text="or similar" />
<Run Text="7. Search for a request that starts with" />
<Run FontWeight="SemiBold" Text="messages" />
<LineBreak />
<Run Text="8. Select the" />
<Run FontWeight="SemiBold" Text="Headers" />
Expand Down

0 comments on commit 481ddc4

Please sign in to comment.