From 7c6a566ad50e57b7a5482084491e49b457d6793c Mon Sep 17 00:00:00 2001 From: Misha133 Date: Thu, 15 Sep 2022 01:07:24 +0300 Subject: [PATCH] remove "not supported" remark --- .../Entities/Channels/SocketThreadChannel.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs index 9330c58dc..ec4b53fd2 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketThreadChannel.cs @@ -339,9 +339,6 @@ namespace Discord.WebSocket => throw new NotSupportedException("This method is not supported in threads."); /// - /// - /// This method is not supported in threads. - /// public override Task ModifyAsync(Action func, RequestOptions options = null) => ThreadHelper.ModifyAsync(this, Discord, func, options);