mirror of
https://github.com/Jetsparrow/karmabot.git
synced 2026-01-21 00:56:09 +03:00
Fix typo in Program.cs
This commit is contained in:
parent
21f8718b46
commit
faa46ac628
@ -18,7 +18,7 @@ namespace JetKarmaBot
|
|||||||
Config = cfg;
|
Config = cfg;
|
||||||
Db = new Db(Config);
|
Db = new Db(Config);
|
||||||
Watcher = new JetKarmaBot(Config, Db);
|
Watcher = new JetKarmaBot(Config, Db);
|
||||||
Console.WriteLine("JatKarmaBot started!");
|
Console.WriteLine("JetKarmaBot started!");
|
||||||
}
|
}
|
||||||
|
|
||||||
Config Config { get; }
|
Config Config { get; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user