Fixes
This commit is contained in:
parent
e3adf55742
commit
0828130ae8
8 changed files with 16 additions and 17 deletions
9
Geekbot.net/Commands/User/Ranking/RankUserPolyfillDto.cs
Normal file
9
Geekbot.net/Commands/User/Ranking/RankUserPolyfillDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Geekbot.net.Commands.User.Ranking
|
||||
{
|
||||
internal class RankUserPolyfillDto
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Discriminator { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue