Browse Source

Removed unused invite variables

tags/docs-0.9
RogueException 9 years ago
parent
commit
96b5337da7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net/Models/Invite.cs

+ 0
- 2
src/Discord.Net/Models/Invite.cs View File

@@ -59,8 +59,6 @@ namespace Discord
}
}

private ulong _serverId, _channelId;

internal DiscordClient Client { get; }

/// <summary> Gets the unique code for this invite. </summary>


Loading…
Cancel
Save