mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-09 03:49:36 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -5,7 +5,7 @@ namespace yawaflua.Discord.Net.Entities;
|
||||
|
||||
internal class DiscordRole : IRole
|
||||
{
|
||||
public ulong Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int Color { get; set; }
|
||||
private RoleColor Colors { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user