Fix type for WidgetChannelId field

Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
Ske 2021-06-08 18:38:00 +02:00
parent 288ec60e02
commit 84e9b5e4db

View File

@ -13,7 +13,7 @@
public ulong? AfkChannelId { get; init; } public ulong? AfkChannelId { get; init; }
public int AfkTimeout { get; init; } public int AfkTimeout { get; init; }
public bool? WidgetEnabled { get; init; } public bool? WidgetEnabled { get; init; }
public bool? WidgetChannelId { get; init; } public ulong? WidgetChannelId { get; init; }
public int VerificationLevel { get; init; } public int VerificationLevel { get; init; }
public Role[] Roles { get; init; } public Role[] Roles { get; init; }