From 683de3bd14e88bc73542c064b99b517e0f2ba5fc Mon Sep 17 00:00:00 2001 From: Misha133 Date: Wed, 21 Sep 2022 23:16:06 +0300 Subject: [PATCH] *fix resharper being a d... and moving code to next line* --- src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs index 324a287d5..2d9657f62 100644 --- a/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs +++ b/src/Discord.Net.WebSocket/Entities/Guilds/SocketGuild.cs @@ -802,8 +802,7 @@ namespace Discord.WebSocket /// A task that represents the asynchronous creation operation. The task result contains the newly created /// category channel. /// - public Task CreateCategoryChannelAsync(string name, - Action func = null, RequestOptions options = null) + public Task CreateCategoryChannelAsync(string name, Action func = null, RequestOptions options = null) => GuildHelper.CreateCategoryChannelAsync(this, Discord, name, options, func); ///