From 2636d2e5149b5e31a61821599eb8829a609e9fd4 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Wed, 4 Oct 2023 20:18:03 +0500 Subject: [PATCH] Update src/Commands/MuteCommandGroup.cs Co-authored-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> Signed-off-by: Octol1ttle --- src/Commands/MuteCommandGroup.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Commands/MuteCommandGroup.cs b/src/Commands/MuteCommandGroup.cs index 1d0deef..4ec4c6c 100644 --- a/src/Commands/MuteCommandGroup.cs +++ b/src/Commands/MuteCommandGroup.cs @@ -105,7 +105,8 @@ public class MuteCommandGroup : CommandGroup } private async Task MuteUserAsync( - IUser executor, IUser target, string reason, TimeSpan duration, Snowflake guildId, GuildData data, Snowflake channelId, IUser bot, CancellationToken ct = default) + IUser executor, IUser target, string reason, TimeSpan duration, Snowflake guildId, GuildData data, + Snowflake channelId, IUser bot, CancellationToken ct = default) { var interactionResult = await _utility.CheckInteractionsAsync(