Browse Source

Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2316/head
Quin Lynch GitHub 3 years ago
parent
commit
2211b9a863
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Channels/IForumChannel.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Channels/IForumChannel.cs View File

@@ -202,7 +202,7 @@ namespace Discord
Task<IReadOnlyCollection<IThreadChannel>> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null);

/// <summary>
/// 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.
/// </summary>
/// <param name="limit">The optional limit of how many to get.</param>
/// <param name="before">The optional date to return threads created before this timestamp.</param>


Loading…
Cancel
Save