mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix type for WidgetChannelId field
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
288ec60e02
commit
84e9b5e4db
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue