diff --git a/Myriad/Types/Guild.cs b/Myriad/Types/Guild.cs index 413425cb..5bb0abf8 100644 --- a/Myriad/Types/Guild.cs +++ b/Myriad/Types/Guild.cs @@ -13,7 +13,7 @@ public ulong? AfkChannelId { get; init; } public int AfkTimeout { get; init; } public bool? WidgetEnabled { get; init; } - public bool? WidgetChannelId { get; init; } + public ulong? WidgetChannelId { get; init; } public int VerificationLevel { get; init; } public Role[] Roles { get; init; }