Feature/#34 discord api migration #35

Merged
Serraniel merged 13 commits from feature/#34-discord-api-migration into master 2020-07-27 13:02:36 +02:00
Showing only changes of commit 4fdae5b5bb - Show all commits

View file

@ -92,7 +92,7 @@ namespace DML.Application.Classes
}
Logger.Debug("Loading database...");
Database = new LiteDatabase(Path.Combine(DataDirectory, "config_dev.db"));
Database = new LiteDatabase(Path.Combine(DataDirectory, "config.db"));
Database.Log.Logging += (message) => Logger.Trace($"LiteDB: {message}");
Logger.Debug("Loading settings collection out of database...");