Browse Source

Remove IGuild.DownloadUsersAsync() from SocketGuild (#944)

tags/2.0.0-beta
Paulo Christopher F 7 years ago
parent
commit
b88ce8c51f
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

@@ -696,7 +696,6 @@ namespace Discord.WebSocket
=> Task.FromResult<IGuildUser>(CurrentUser);
Task<IGuildUser> IGuild.GetOwnerAsync(CacheMode mode, RequestOptions options)
=> Task.FromResult<IGuildUser>(Owner);
Task IGuild.DownloadUsersAsync() { throw new NotSupportedException(); }

async Task<IWebhook> IGuild.GetWebhookAsync(ulong id, RequestOptions options)
=> await GetWebhookAsync(id, options);


Loading…
Cancel
Save