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

@@ -4,7 +4,7 @@ namespace yawaflua.Discord.Net.Interfaces.Models;
public interface IRole
{
public ulong Id { get; set; }
public string Id { get; set; }
public string Name { get; set; }
[Obsolete("Deprecated integer representation of hexadecimal color code")]
public int Color { get; set; }