mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
WIP new shard implementation
This commit is contained in:
parent
a2d2036851
commit
118f2d49a6
28 changed files with 725 additions and 547 deletions
11
Myriad/Gateway/State/ShardState.cs
Normal file
11
Myriad/Gateway/State/ShardState.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Myriad.Gateway.State
|
||||
{
|
||||
public enum ShardState
|
||||
{
|
||||
Disconnected,
|
||||
Handshaking,
|
||||
Identifying,
|
||||
Connected,
|
||||
Reconnecting
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue