fixed wowjoke
This commit is contained in:
@@ -99,15 +99,12 @@ namespace NadekoBot.Classes.JSONModels
|
||||
public bool Missing { get; set; } = false;
|
||||
public string FullUrl { get; set; }
|
||||
}
|
||||
|
||||
public class WoWJoke
|
||||
|
||||
public class WoWJoke
|
||||
{
|
||||
public string Question { get; set; }
|
||||
public string Answer { get; set; }
|
||||
public override string ToString()
|
||||
{
|
||||
return $"**{Question}**\n\n{Answer}!";
|
||||
}
|
||||
public override string ToString() => $"`{Question}`\n\n**{Answer}**";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user