From 371c7d2b752c832b49b4c6ad2fe58baec66cce5e Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:14:29 +0300 Subject: [PATCH] Make TOS warning more prominent Close #878 --- DiscordChatExporter.Cli/Commands/GuideCommand.cs | 2 +- .../Views/Components/DashboardView.xaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DiscordChatExporter.Cli/Commands/GuideCommand.cs b/DiscordChatExporter.Cli/Commands/GuideCommand.cs index 75d75b7..7cdf674 100644 --- a/DiscordChatExporter.Cli/Commands/GuideCommand.cs +++ b/DiscordChatExporter.Cli/Commands/GuideCommand.cs @@ -15,6 +15,7 @@ public class GuideCommand : ICommand using (console.WithForegroundColor(ConsoleColor.White)) console.Output.WriteLine("To get user token:"); + console.Output.WriteLine(" * 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(" 2. Press Ctrl+Shift+I to show developer tools"); console.Output.WriteLine(" 3. Press Ctrl+Shift+M to toggle device toolbar"); @@ -23,7 +24,6 @@ public class GuideCommand : ICommand console.Output.WriteLine(" 6. Type \"token\" into the Filter box"); console.Output.WriteLine(" 7. If the token key does not appear, press Ctrl+R to reload"); console.Output.WriteLine(" 8. Copy the value of the token key"); - console.Output.WriteLine(" * Automating user accounts is technically against TOS, use at your own risk."); console.Output.WriteLine(); // Bot token diff --git a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml index 6b2d32d..bb9817e 100644 --- a/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml +++ b/DiscordChatExporter.Gui/Views/Components/DashboardView.xaml @@ -144,12 +144,15 @@ + + + @@ -187,14 +190,12 @@ - -