Remove outdated checks (#2561)

This commit is contained in:
Misha133
2023-01-21 13:54:25 +03:00
committed by GitHub
parent 493f604bb1
commit 94996e7331
3 changed files with 0 additions and 20 deletions

View File

@@ -107,11 +107,6 @@ namespace Discord.WebSocket
/// </param>
/// <param name="autoArchiveDuration">
/// The duration on which this thread archives after.
/// <para>
/// <b>Note: </b> Options <see cref="ThreadArchiveDuration.OneWeek"/> and <see cref="ThreadArchiveDuration.ThreeDays"/>
/// are only available for guilds that are boosted. You can check in the <see cref="IGuild.Features"/> to see if the
/// guild has the <b>THREE_DAY_THREAD_ARCHIVE</b> and <b>SEVEN_DAY_THREAD_ARCHIVE</b>.
/// </para>
/// </param>
/// <param name="message">The message which to start the thread from.</param>
/// <param name="options">The options to be used when sending the request.</param>