Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dmitri Shimanski
2025-08-22 08:53:58 +03:00
9 changed files with 11 additions and 16 deletions

View File

@@ -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; }