From 5755334492ecd36d1ab943761d94fb5eff009184 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:26:35 +0300 Subject: [PATCH] Update war in Ukraine message in CLI --- DiscordChatExporter.Cli/Commands/Base/ExportCommandBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter.Cli/Commands/Base/ExportCommandBase.cs b/DiscordChatExporter.Cli/Commands/Base/ExportCommandBase.cs index d6a1076..ba23c58 100644 --- a/DiscordChatExporter.Cli/Commands/Base/ExportCommandBase.cs +++ b/DiscordChatExporter.Cli/Commands/Base/ExportCommandBase.cs @@ -204,8 +204,8 @@ public abstract class ExportCommandBase : TokenCommandBase { // War in Ukraine message console.Output.WriteLine("========================================================================"); - console.Output.WriteLine("|| Ukraine is at war! Support my country in its fight for freedom ||"); - console.Output.WriteLine("|| Learn more: https://tyrrrz.me ||"); + console.Output.WriteLine("|| Ukraine is at war! Support my country in its fight for freedom~ ||"); + console.Output.WriteLine("|| Learn more on my website: https://tyrrrz.me ||"); console.Output.WriteLine("========================================================================"); console.Output.WriteLine("");