From 2211b9a863b0f8697dbfeb5ef75ca4dc3eca4d80 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 24 May 2022 02:30:11 -0300 Subject: [PATCH] Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- src/Discord.Net.Core/Entities/Channels/IForumChannel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs index 3a6360b8b..580b752ec 100644 --- a/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/IForumChannel.cs @@ -202,7 +202,7 @@ namespace Discord Task> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null); /// - /// Gets a collection of privatly archived threads that the current bot has joined within this forum channel. + /// Gets a collection of privately archived threads that the current bot has joined within this forum channel. /// /// The optional limit of how many to get. /// The optional date to return threads created before this timestamp.