Missing attribute
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Discord.API.Client.GatewaySocket
|
||||
{
|
||||
[JsonObject(MemberSerialization.OptIn)]
|
||||
internal sealed class IdentifyCommand : IWebSocketMessage
|
||||
{
|
||||
int IWebSocketMessage.OpCode => (int)OpCodes.Identify;
|
||||
|
||||
Reference in New Issue
Block a user