Add kanye command
This commit is contained in:
parent
0ae9dcce67
commit
3d493fa531
2 changed files with 61 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
namespace Geekbot.net.Commands.Randomness.Kanye
|
||||
{
|
||||
public class KanyeResponseDto
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Quote { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue