mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-21 02:15:08 -04:00
Update the war message in CLI
This commit is contained in:
parent
daa1b3f6b3
commit
168d7c8ec9
1 changed files with 4 additions and 4 deletions
|
@ -170,10 +170,10 @@ public abstract class ExportCommandBase : TokenCommandBase
|
|||
public override ValueTask ExecuteAsync(IConsole console)
|
||||
{
|
||||
// War in Ukraine message
|
||||
console.Output.WriteLine("==================================================");
|
||||
console.Output.WriteLine("⚠ UKRAINE IS AT WAR!");
|
||||
console.Output.WriteLine("LEARN MORE & HELP: https://tyrrrz.me");
|
||||
console.Output.WriteLine("==================================================");
|
||||
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("========================================================================");
|
||||
console.Output.WriteLine("");
|
||||
|
||||
return default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue