mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
github editing moment x2
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
c91a210b4b
commit
24e9beb3f5
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ public class ToolsCommandGroup : CommandGroup
|
|||
var data = await _guildData.GetData(guildId, CancellationToken);
|
||||
Messages.Culture = GuildSettings.Language.Get(data.Settings);
|
||||
|
||||
return await SendRandomNumberAsync(max, min, 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue