geekbot/Geekbot.net/Commands/Randomness/Dad/DadJokeResponseDto.cs

7 lines
No EOL
149 B
C#

namespace Geekbot.net.Commands.Randomness.Dad
{
internal class DadJokeResponseDto
{
public string Joke { get; set; }
}
}