diff --git a/NadekoBot/_Models/JSONModels/Configuration.cs b/NadekoBot/_Models/JSONModels/Configuration.cs index 2535d6b2..c14d915e 100644 --- a/NadekoBot/_Models/JSONModels/Configuration.cs +++ b/NadekoBot/_Models/JSONModels/Configuration.cs @@ -17,7 +17,7 @@ namespace NadekoBot.Classes.JSONModels [JsonIgnore] public List PokemonTypes { get; set; } = new List(); - public Dictionary CustomReactions { get; set; } = new Dictionary(); + public Dictionary> CustomReactions { get; set; } = new Dictionary>(); public List RotatingStatuses { get; set; } = new List(); public CommandPrefixesModel CommandPrefixes { get; set; } = new CommandPrefixesModel();