mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Update usage guide in apps
This commit is contained in:
parent
c493518eaf
commit
481ddc4cd5
|
|
@ -26,9 +26,7 @@ public class GuideCommand : ICommand
|
||||||
console.Output.WriteLine(" 4. Navigate to the Network tab");
|
console.Output.WriteLine(" 4. Navigate to the Network tab");
|
||||||
console.Output.WriteLine(" 5. Press Ctrl+R to reload");
|
console.Output.WriteLine(" 5. Press Ctrl+R to reload");
|
||||||
console.Output.WriteLine(" 6. Switch between random channels to trigger network requests");
|
console.Output.WriteLine(" 6. Switch between random channels to trigger network requests");
|
||||||
console
|
console.Output.WriteLine(" 7. Search for a request that starts with \"messages\"");
|
||||||
.Output
|
|
||||||
.WriteLine(" 7. Search for a request containing \"messages?limit=50\" or similar");
|
|
||||||
console.Output.WriteLine(" 8. Select the Headers tab on the right");
|
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(" 9. Scroll down to the Request Headers section");
|
||||||
console.Output.WriteLine(" 10. Copy the value of the \"authorization\" header");
|
console.Output.WriteLine(" 10. Copy the value of the \"authorization\" header");
|
||||||
|
|
|
||||||
|
|
@ -193,9 +193,8 @@
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<Run Text="6. Switch between random channels to trigger network requests" />
|
<Run Text="6. Switch between random channels to trigger network requests" />
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<Run Text="7. Search for a request containing" />
|
<Run Text="7. Search for a request that starts with" />
|
||||||
<Run FontWeight="SemiBold" Text="messages?limit=50" />
|
<Run FontWeight="SemiBold" Text="messages" />
|
||||||
<Run Text="or similar" />
|
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<Run Text="8. Select the" />
|
<Run Text="8. Select the" />
|
||||||
<Run FontWeight="SemiBold" Text="Headers" />
|
<Run FontWeight="SemiBold" Text="Headers" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue