|
|
|
@@ -1796,8 +1796,8 @@ namespace Discord.WebSocket |
|
|
|
async Task<IReadOnlyCollection<IConnection>> IDiscordClient.GetConnectionsAsync(RequestOptions options) |
|
|
|
=> await GetConnectionsAsync().ConfigureAwait(false); |
|
|
|
|
|
|
|
async Task<IInvite> IDiscordClient.GetInviteAsync(string inviteId, RequestOptions options) |
|
|
|
=> await GetInviteAsync(inviteId).ConfigureAwait(false); |
|
|
|
async Task<IInvite> IDiscordClient.GetInviteAsync(string inviteId, bool withCount, RequestOptions options) |
|
|
|
=> await GetInviteAsync(inviteId, withCount, options).ConfigureAwait(false); |
|
|
|
|
|
|
|
Task<IGuild> IDiscordClient.GetGuildAsync(ulong id, CacheMode mode, RequestOptions options) |
|
|
|
=> Task.FromResult<IGuild>(GetGuild(id)); |
|
|
|
|