diff --git a/src/Discord.Net.Webhook/DiscordWebhookClient.cs b/src/Discord.Net.Webhook/DiscordWebhookClient.cs
index 0bbb73eae..24656b104 100644
--- a/src/Discord.Net.Webhook/DiscordWebhookClient.cs
+++ b/src/Discord.Net.Webhook/DiscordWebhookClient.cs
@@ -85,30 +85,93 @@ namespace Discord.Webhook
}
private static API.DiscordRestApiClient CreateApiClient(DiscordRestConfig config)
=> new API.DiscordRestApiClient(config.RestClientProvider, DiscordRestConfig.UserAgent);
- /// Sends a message to the channel for this webhook.
- /// Returns the ID of the created message.
+
+ ///
+ /// Sends a message to the channel for this webhook.
+ ///
+ /// The message to be sent.
+ /// Determines whether the message should be read aloud by Discord or not.
+ /// The s to be sent.
+ /// The username the webhook will display on this message.
+ /// The url to the avatar the webhook will display on this message.
+ /// The options to be used when sending the request.
+ ///
+ /// Returns the ID of the created message.
+ ///
public Task SendMessageAsync(string text = null, bool isTTS = false, IEnumerable