Browse Source

Removed Guild.VoiceStates

tags/1.0-rc
RogueException 8 years ago
parent
commit
3927758b70
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs

+ 0
- 1
src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs View File

@@ -84,7 +84,6 @@ namespace Discord.WebSocket
public IReadOnlyCollection<string> Features => _features;
public IReadOnlyCollection<SocketGuildUser> Users => _members.ToReadOnlyCollection();
public IReadOnlyCollection<SocketRole> Roles => _roles.ToReadOnlyCollection();
public IReadOnlyCollection<SocketVoiceState> VoiceStates => _voiceStates.ToReadOnlyCollection();

internal SocketGuild(DiscordSocketClient client, ulong id)
: base(client, id)


Loading…
Cancel
Save