From 19730436d4b4a25db18c975a01f9b3ce115f6fbe Mon Sep 17 00:00:00 2001 From: Melithine Date: Wed, 10 Dec 2025 07:32:26 -0800 Subject: [PATCH] Add doc site and Discord invite after the startup banner. --- OF DL/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OF DL/Program.cs b/OF DL/Program.cs index 0938552..1f50457 100644 --- a/OF DL/Program.cs +++ b/OF DL/Program.cs @@ -116,6 +116,8 @@ public class Program .CreateLogger(); AnsiConsole.Write(new FigletText("Welcome to OF-DL").Color(Color.Red)); + AnsiConsole.Markup("Documentation: [link]https://docs.ofdl.tools/[/]\n"); + AnsiConsole.Markup("Discord server: [link]https://discord.com/invite/6bUW8EJ53j[/]\n\n"); //Remove config.json and convert to config.conf if (File.Exists("config.json")) -- 2.43.0