@ -15,9 +15,7 @@ public class GuideCommand : ICommand
using ( console . WithForegroundColor ( ConsoleColor . White ) )
using ( console . WithForegroundColor ( ConsoleColor . White ) )
console . Output . WriteLine ( "To get the token for your personal account:" ) ;
console . Output . WriteLine ( "To get the token for your personal account:" ) ;
console
console . Output . WriteLine (
. Output
. WriteLine (
" * Automating user accounts is technically against TOS — USE AT YOUR OWN RISK!"
" * 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 ( " 1. Open Discord in your web browser and login" ) ;
@ -40,9 +38,7 @@ public class GuideCommand : ICommand
console . Output . WriteLine ( " 2. Open your application's settings" ) ;
console . Output . WriteLine ( " 2. Open your application's settings" ) ;
console . Output . WriteLine ( " 3. Navigate to the Bot section on the left" ) ;
console . Output . WriteLine ( " 3. Navigate to the Bot section on the left" ) ;
console . Output . WriteLine ( " 4. Under Token click Copy" ) ;
console . Output . WriteLine ( " 4. Under Token click Copy" ) ;
console
console . Output . WriteLine (
. Output
. WriteLine (
" * Your bot needs to have the Message Content Intent enabled to read messages"
" * Your bot needs to have the Message Content Intent enabled to read messages"
) ;
) ;
console . Output . WriteLine ( ) ;
console . Output . WriteLine ( ) ;
@ -55,9 +51,7 @@ public class GuideCommand : ICommand
console . Output . WriteLine ( " 2. Open Settings" ) ;
console . Output . WriteLine ( " 2. Open Settings" ) ;
console . Output . WriteLine ( " 3. Go to Advanced section" ) ;
console . Output . WriteLine ( " 3. Go to Advanced section" ) ;
console . Output . WriteLine ( " 4. Enable Developer Mode" ) ;
console . Output . WriteLine ( " 4. Enable Developer Mode" ) ;
console
console . Output . WriteLine (
. Output
. WriteLine (
" 5. Right-click on the desired server or channel and click Copy Server ID or Copy Channel ID"
" 5. Right-click on the desired server or channel and click Copy Server ID or Copy Channel ID"
) ;
) ;
console . Output . WriteLine ( ) ;
console . Output . WriteLine ( ) ;
@ -65,16 +59,16 @@ public class GuideCommand : ICommand
// Docs link
// Docs link
using ( console . WithForegroundColor ( ConsoleColor . White ) )
using ( console . WithForegroundColor ( ConsoleColor . White ) )
{
{
console
console . Output . WriteLine (
. Output
"If you have questions or issues, please refer to the documentation:"
. WriteLine ( "If you have questions or issues, please refer to the documentation:" ) ;
) ;
}
}
using ( console . WithForegroundColor ( ConsoleColor . DarkCyan ) )
using ( console . WithForegroundColor ( ConsoleColor . DarkCyan ) )
{
{
console
console . Output . WriteLine (
. Output
"https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs"
. WriteLine ( "https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs" ) ;
) ;
}
}
return default ;
return default ;