forked from sim0n00ps/OF-DL
Add doc site and Discord invite after the startup banner.
This commit is contained in:
parent
eca38116fa
commit
19730436d4
@ -116,6 +116,8 @@ public class Program
|
|||||||
.CreateLogger();
|
.CreateLogger();
|
||||||
|
|
||||||
AnsiConsole.Write(new FigletText("Welcome to OF-DL").Color(Color.Red));
|
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
|
//Remove config.json and convert to config.conf
|
||||||
if (File.Exists("config.json"))
|
if (File.Exists("config.json"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user