mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Fix inconsistency in ToolsCommandGroup.cs
Signed-off-by: Apceniy <53149450+Apceniy@users.noreply.github.com>
This commit is contained in:
parent
d26e6c1161
commit
24f59e8785
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class ToolsCommandGroup : CommandGroup
|
||||||
/// A slash command that generates a random number using maximum and minimum numbers.
|
/// A slash command that generates a random number using maximum and minimum numbers.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="first">The first number used for randomization.</param>
|
/// <param name="first">The first number used for randomization.</param>
|
||||||
/// <param name="second">The second number used for randomization. Default value: 1</param>
|
/// <param name="second">The second number used for randomization. Default value: 0</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A feedback sending result which may or may not have succeeded.
|
/// A feedback sending result which may or may not have succeeded.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
|
|
Loading…
Add table
Reference in a new issue