1
0
Fork 1
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:
Apceniy 2023-10-02 20:44:09 +04:00 committed by GitHub
parent d26e6c1161
commit 24f59e8785
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>