Update Ukraine support links

This commit is contained in:
Tyrrrz 2022-11-01 22:35:40 +02:00
parent 3dc3e3fa01
commit 5b1b720503
2 changed files with 10 additions and 10 deletions

View file

@ -236,8 +236,8 @@ public abstract class ExportCommandBase : TokenCommandBase
{ {
// War in Ukraine message // War in Ukraine message
console.Output.WriteLine("========================================================================"); console.Output.WriteLine("========================================================================");
console.Output.WriteLine("|| Ukraine is at war! Support my country in its fight for freedom~ ||"); 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("|| Learn more: https://tyrrrz.me/ukraine ||");
console.Output.WriteLine("========================================================================"); console.Output.WriteLine("========================================================================");
console.Output.WriteLine(""); console.Output.WriteLine("");

View file

@ -54,7 +54,7 @@ Press LEARN MORE to find ways that you can help.".Trim(),
if (await _dialogManager.ShowDialogAsync(dialog) == true) if (await _dialogManager.ShowDialogAsync(dialog) == true)
{ {
ProcessEx.StartShellExecute("https://tyrrrz.me"); ProcessEx.StartShellExecute("https://tyrrrz.me/ukraine?source=discordchatexporter");
} }
} }