added .remindmsg for custom remind message formatting.

This commit is contained in:
Master Kwoth
2016-05-11 07:20:43 +02:00
parent b26d798de0
commit fdfb6b9340
2 changed files with 31 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ namespace NadekoBot.Classes.JSONModels
[JsonIgnore]
public List<PokemonType> PokemonTypes { get; set; } = new List<PokemonType>();
public string RemindMessageFormat { get; set; } = "❗⏰**I've been told to remind you to '%message%' now by %user%.**⏰❗";
public Dictionary<string, List<string>> CustomReactions { get; set; } = new Dictionary<string, List<string>>()
{
{@"\o\", new List<string>()