|
@@ -100,6 +100,9 @@ namespace Discord.Rest |
|
|
public Task<RestWebhook> GetWebhookAsync(ulong id, RequestOptions options = null) |
|
|
public Task<RestWebhook> GetWebhookAsync(ulong id, RequestOptions options = null) |
|
|
=> ClientHelper.GetWebhookAsync(this, id, options); |
|
|
=> ClientHelper.GetWebhookAsync(this, id, options); |
|
|
|
|
|
|
|
|
|
|
|
public Task RemoveReactionAsync(ulong channelId, ulong messageId, ulong userId, IEmote emote, RequestOptions options = null) |
|
|
|
|
|
=> MessageHelper.RemoveReactionAsync(channelId, messageId, userId, emote, this, options); |
|
|
|
|
|
|
|
|
//IDiscordClient |
|
|
//IDiscordClient |
|
|
/// <inheritdoc /> |
|
|
/// <inheritdoc /> |
|
|
async Task<IApplication> IDiscordClient.GetApplicationInfoAsync(RequestOptions options) |
|
|
async Task<IApplication> IDiscordClient.GetApplicationInfoAsync(RequestOptions options) |
|
|