From 24f59e878515ccc8109ab77a42ad46d5be5d10c7 Mon Sep 17 00:00:00 2001 From: Apceniy <53149450+Apceniy@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:44:09 +0400 Subject: [PATCH] Fix inconsistency in ToolsCommandGroup.cs Signed-off-by: Apceniy <53149450+Apceniy@users.noreply.github.com> --- src/Commands/ToolsCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ToolsCommandGroup.cs b/src/Commands/ToolsCommandGroup.cs index e17d07a..05f0fde 100644 --- a/src/Commands/ToolsCommandGroup.cs +++ b/src/Commands/ToolsCommandGroup.cs @@ -233,7 +233,7 @@ public class ToolsCommandGroup : CommandGroup /// A slash command that generates a random number using maximum and minimum numbers. /// /// The first number used for randomization. - /// The second number used for randomization. Default value: 1 + /// The second number used for randomization. Default value: 0 /// /// A feedback sending result which may or may not have succeeded. ///