mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: add cluster ID to shard state
This commit is contained in:
parent
f13c60a841
commit
1ec3663f63
3 changed files with 9 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ message ShardState {
|
|||
// unix timestamp
|
||||
int32 last_heartbeat = 5;
|
||||
int32 last_connection = 6;
|
||||
|
||||
optional int32 cluster_id = 7;
|
||||
}
|
||||
|
||||
message GatewayEvent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue