Browse Source

Missing attribute

pull/22/merge
RogueException 9 years ago
parent
commit
4fcf90fd6d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net/API/Client/GatewaySocket/Commands/Identify.cs

+ 1
- 0
src/Discord.Net/API/Client/GatewaySocket/Commands/Identify.cs View File

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


Loading…
Cancel
Save