Fix typo in Program.cs

This commit is contained in:
jetsparrow 2018-12-19 15:36:45 +03:00
parent 21f8718b46
commit faa46ac628

View File

@ -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; }