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
089d69b7a6
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

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

/// <summary>
/// Gets a collection of privatly archived threads within this forum channel.
/// Gets a collection of privately archived threads within this forum channel.
/// </summary>
/// <remarks>
/// The bot requires the <see cref="GuildPermission.ManageThreads"/> permission in order to execute this request.


Loading…
Cancel
Save