From 4b18759e7da0b961739caef8d49b2a8fe47b9818 Mon Sep 17 00:00:00 2001 From: Casino Boyale Date: Sat, 7 Jul 2018 15:45:49 +0100 Subject: [PATCH] Corrections to SocketTextChannel --- .../Entities/Channels/SocketTextChannel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs index 9c5d15fc0..518990034 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs @@ -96,7 +96,7 @@ namespace Discord.WebSocket /// The number of messages you want to get. /// The options to be used when sending the request. /// - /// An awaitable . + /// An awaitable containing an . /// public IAsyncEnumerable> GetMessagesAsync(int limit = DiscordConfig.MaxMessagesPerBatch, RequestOptions options = null) => SocketChannelHelper.GetMessagesAsync(this, Discord, _messages, null, Direction.Before, limit, CacheMode.AllowDownload, options);