Remove IGuild.DownloadUsersAsync() from SocketGuild (#944)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user