mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
github editing moment
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
b76a5cc6f5
commit
c91a210b4b
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public class ToolsCommandGroup : CommandGroup
|
|||
return await SendRandomNumberAsync(max, min, user, currentUser, CancellationToken);
|
||||
}
|
||||
|
||||
private async Task<Result> SendRandomNumberAsync(int max, int min, IUser user, IUser currentUser, CancellationToken ct)
|
||||
private async Task<Result> SendRandomNumberAsync(int first, int second, IUser user, IUser currentUser, CancellationToken ct)
|
||||
{
|
||||
var max = Math.Max(first, second);
|
||||
var min = Math.Min(first, second);
|
||||
|
|
Loading…
Add table
Reference in a new issue