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