From 7e3f8209885058f9df2b35521d145bc22da5031c Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:57:28 +0300 Subject: [PATCH] github editing moment x4 Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- src/Commands/ToolsCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ToolsCommandGroup.cs b/src/Commands/ToolsCommandGroup.cs index aef1c66..619106e 100644 --- a/src/Commands/ToolsCommandGroup.cs +++ b/src/Commands/ToolsCommandGroup.cs @@ -263,7 +263,7 @@ public class ToolsCommandGroup : CommandGroup return await SendRandomNumberAsync(first, second, user, currentUser, CancellationToken); } - private async Task SendRandomNumberAsync(int first, int second, IUser user, IUser currentUser, CancellationToken ct) + private async Task SendRandomNumberAsync(int first, int second, IUser user, CancellationToken ct) { var max = Math.Max(first, second); var min = Math.Min(first, second);