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

7 lines
149 B
C#
Raw Normal View History

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