geekbot/Geekbot.net/Commands/User/Rank/RankUserPolyfillDto.cs

9 lines
240 B
C#
Raw Normal View History

namespace Geekbot.net.Commands.User.Rank
{
internal class RankUserPolyfillDto
{
public string Username { get; set; }
public string Discriminator { get; set; }
public string Id { get; set; }
}
}