From 0a149eb420054a9fa33e7bd2594824fbe337754c Mon Sep 17 00:00:00 2001 From: Casino Boyale Date: Tue, 10 Jul 2018 21:05:51 +0100 Subject: [PATCH] SocketGuildChannel amendments --- .../Entities/Channels/SocketGuildChannel.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs index 19b5c297a..d9b4e494c 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs @@ -189,7 +189,9 @@ namespace Discord.WebSocket /// /// The options to be used when sending the request. /// - /// An awaitable containing a . + /// An awaitable containing an . + /// contains information such as, the number of times the invite has + /// been used, who created the invite, and when the invite was created. /// public async Task> GetInvitesAsync(RequestOptions options = null) => await ChannelHelper.GetInvitesAsync(this, Discord, options).ConfigureAwait(false);