From fc8c1c5914288457251f35ed5ae0a4501315c29a Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Mon, 25 Nov 2019 17:22:04 +0200 Subject: [PATCH] Mention that user tokens are against TOS Closes #211 --- DiscordChatExporter.Cli/Commands/GuideCommand.cs | 1 + DiscordChatExporter.Gui/Views/RootView.xaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/DiscordChatExporter.Cli/Commands/GuideCommand.cs b/DiscordChatExporter.Cli/Commands/GuideCommand.cs index 17e9b6a..45a16ad 100644 --- a/DiscordChatExporter.Cli/Commands/GuideCommand.cs +++ b/DiscordChatExporter.Cli/Commands/GuideCommand.cs @@ -18,6 +18,7 @@ namespace DiscordChatExporter.Cli.Commands console.Output.WriteLine(" 4. Select \"Local Storage\" > \"https://discordapp.com\" on the left"); console.Output.WriteLine(" 5. Press Ctrl+R to reload"); console.Output.WriteLine(" 6. Find \"token\" at the bottom and copy the value"); + console.Output.WriteLine(" * Automating user accounts is technically against TOS, use at your own risk."); console.Output.WriteLine(); console.WithForegroundColor(ConsoleColor.White, () => console.Output.WriteLine("To get bot token:")); diff --git a/DiscordChatExporter.Gui/Views/RootView.xaml b/DiscordChatExporter.Gui/Views/RootView.xaml index b276a4c..903d4b4 100644 --- a/DiscordChatExporter.Gui/Views/RootView.xaml +++ b/DiscordChatExporter.Gui/Views/RootView.xaml @@ -159,6 +159,8 @@ + +