This commit is contained in:
appelemac 2016-05-19 20:50:48 +02:00
parent ba11eff0da
commit f79522df21

View File

@ -99,6 +99,16 @@ namespace NadekoBot.Classes.JSONModels
public bool Missing { get; set; } = false;
public string FullUrl { get; set; }
}
public class WoWJoke
{
public string Question { get; set; }
public string Answer { get; set; }
public override string ToString()
{
return $"**{Question}**\n\n{Answer}!";
}
}
}
//{