Merge pull request 'Add doc site and Discord invite after the startup banner.' (#89) from header_update into master

Reviewed-on: sim0n00ps/OF-DL#89
Reviewed-by: whimsical-c4lic0 <whimsical-c4lic0@noreply.localhost>
This commit is contained in:
sim0n00ps 2025-12-13 19:30:56 +00:00
commit 616aaef1c8

View File

@ -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"))