Add kanye command

This commit is contained in:
Runebaas 2019-03-17 17:52:07 +01:00
parent 0ae9dcce67
commit 3d493fa531
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,8 @@
namespace Geekbot.net.Commands.Randomness.Kanye
{
public class KanyeResponseDto
{
public string Id { get; set; }
public string Quote { get; set; }
}
}