Shard coordinator is not indepentent from the shard 0
This commit is contained in:
13
NadekoBot.Core/Common/ShardCom/ShardComMessage.cs
Normal file
13
NadekoBot.Core/Common/ShardCom/ShardComMessage.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Discord;
|
||||
|
||||
namespace NadekoBot.Common.ShardCom
|
||||
{
|
||||
public class ShardComMessage
|
||||
{
|
||||
public int ShardId { get; set; }
|
||||
public ConnectionState ConnectionState { get; set; }
|
||||
public int Guilds { get; set; }
|
||||
public DateTime Time { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user