Changed to list
This commit is contained in:
parent
4b521a5689
commit
4fb01cdd39
@ -17,7 +17,7 @@ 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 Dictionary<string, List<string>> CustomReactions { get; set; } = new Dictionary<string, List<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();
|
||||||
|
Loading…
Reference in New Issue
Block a user