geekbot/Geekbot.net/Commands/Randomness/Kanye/KanyeResponseDto.cs

8 lines
178 B
C#
Raw Normal View History

2019-03-17 17:52:07 +01:00
namespace Geekbot.net.Commands.Randomness.Kanye
{
public class KanyeResponseDto
{
public string Id { get; set; }
public string Quote { get; set; }
}
}