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:
@@ -6,7 +6,7 @@ namespace yawaflua.Discord.Net.Entities;
|
||||
|
||||
internal class DiscordGuild : IGuild
|
||||
{
|
||||
[JsonPropertyName("id")] public ulong Id { get; set; }
|
||||
[JsonPropertyName("id")] public string Id { get; set; }
|
||||
|
||||
[JsonPropertyName("name")] public string Name { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user