Browse Source

remove "not supported" remark

pull/2469/head
Misha133 2 years ago
parent
commit
7c6a566ad5
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs

+ 0
- 3
src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs View File

@@ -339,9 +339,6 @@ namespace Discord.WebSocket
=> throw new NotSupportedException("This method is not supported in threads."); => throw new NotSupportedException("This method is not supported in threads.");


/// <inheritdoc/> /// <inheritdoc/>
/// <remarks>
/// <b>This method is not supported in threads.</b>
/// </remarks>
public override Task ModifyAsync(Action<TextChannelProperties> func, RequestOptions options = null) public override Task ModifyAsync(Action<TextChannelProperties> func, RequestOptions options = null)
=> ThreadHelper.ModifyAsync(this, Discord, func, options); => ThreadHelper.ModifyAsync(this, Discord, func, options);




Loading…
Cancel
Save