Skip to content

Commit

Permalink
Remove IGuild.DownloadUsersAsync() from SocketGuild (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
SubZero0 authored and foxbot committed Feb 2, 2018
1 parent 73ac9d7 commit b88ce8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ Task<IGuildUser> IGuild.GetCurrentUserAsync(CacheMode mode, RequestOptions optio
=> 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);
Expand Down

0 comments on commit b88ce8c

Please sign in to comment.