Add to config

This commit is contained in:
appelemac 2016-04-26 16:31:45 +02:00
parent 33bd6c07ab
commit 5225c6fc88

View File

@ -17,7 +17,8 @@ namespace NadekoBot.Classes.JSONModels
[JsonIgnore] [JsonIgnore]
public List<PokemonType> PokemonTypes { get; set; } = new List<PokemonType>(); public List<PokemonType> PokemonTypes { get; set; } = new List<PokemonType>();
public Dictionary<string, string> CustomReactions { get; set; } = new Dictionary<string, string>();
public List<string> RotatingStatuses { get; set; } = new List<string>(); public List<string> RotatingStatuses { get; set; } = new List<string>();
public CommandPrefixesModel CommandPrefixes { get; set; } = new CommandPrefixesModel(); public CommandPrefixesModel CommandPrefixes { get; set; } = new CommandPrefixesModel();
public HashSet<ulong> ServerBlacklist { get; set; } = new HashSet<ulong>(); public HashSet<ulong> ServerBlacklist { get; set; } = new HashSet<ulong>();