geekbot/Geekbot.net/Commands/Randomness/Cat/CatResponseDto.cs

7 lines
145 B
C#
Raw Normal View History

namespace Geekbot.net.Commands.Randomness.Cat
{
internal class CatResponseDto
{
public string File { get; set; }
}
}