Fix type for WidgetChannelId field
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
288ec60e02
commit
84e9b5e4db
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user