refactor: remove some unused code

This commit is contained in:
spiral 2021-11-26 21:14:09 -05:00
parent 1918c56937
commit 04d78e3348
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
8 changed files with 17 additions and 204 deletions

View file

@ -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; }
}