mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
refactor: remove some unused code
This commit is contained in:
parent
1918c56937
commit
04d78e3348
8 changed files with 17 additions and 204 deletions
|
|
@ -18,7 +18,7 @@ public record GatewayStatusUpdate
|
|||
}
|
||||
|
||||
public ulong? Since { get; init; }
|
||||
public ActivityPartial[]? Activities { get; init; }
|
||||
public Activity[]? Activities { get; init; }
|
||||
public UserStatus Status { get; init; }
|
||||
public bool Afk { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue