Merge branch 'preview' of https://github.com/Wizzy69/DiscordBotWithAPI into preview

This commit is contained in:
2022-09-25 23:03:48 +03:00
3 changed files with 4 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ namespace PluginManager
{
internal class AppConfig
{
public string UpdaterVersion { get; set; }
public string? UpdaterVersion { get; set; }
public Dictionary<string, object>? ApplicationVariables { get; init; }
public List<string>? ProtectedKeyWords { get; init; }
public Dictionary<string, string>? PluginVersions { get; init; }