diff --git a/JetKarmaBot/Program.cs b/JetKarmaBot/Program.cs index ba7aac3..4e4e88a 100644 --- a/JetKarmaBot/Program.cs +++ b/JetKarmaBot/Program.cs @@ -18,7 +18,7 @@ namespace JetKarmaBot Config = cfg; Db = new Db(Config); Watcher = new JetKarmaBot(Config, Db); - Console.WriteLine("JatKarmaBot started!"); + Console.WriteLine("JetKarmaBot started!"); } Config Config { get; }