Removed unused settings and the old image migration code as it's not needed anymore

This commit is contained in:
barelyprofessional
2025-04-13 18:32:55 -05:00
parent eb346cfe22
commit 3951671b01
2 changed files with 0 additions and 142 deletions

View File

@@ -17,8 +17,6 @@ namespace KfChatDotNetBot
await BuiltIn.SyncSettingsWithDb();
logger.Info("Migrating settings from config.json (if needed)");
await BuiltIn.MigrateJsonSettingsToDb();
logger.Info("Migrating images over to the new system");
await BuiltIn.MigrateImages();
logger.Info("Handing over to bot now");
Console.OutputEncoding = Encoding.UTF8;
new ChatBot();