From f4e66c7b56ffe4b10213046acce290ee616d60ee Mon Sep 17 00:00:00 2001 From: Noi Date: Sun, 10 Sep 2023 12:07:43 -0700 Subject: [PATCH] This text was too long --- Commands/ConfigCommands.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Commands/ConfigCommands.cs b/Commands/ConfigCommands.cs index 1c3f930..8b4dcb9 100644 --- a/Commands/ConfigCommands.cs +++ b/Commands/ConfigCommands.cs @@ -8,8 +8,7 @@ public class ConfigCommands : CommandsBase { internal const string HelpUse12 = "Sets whether to use the 12-hour (AM/PM) format in time zone listings."; internal const string HelpSetFor = "Sets/updates time zone for a given user."; internal const string HelpRemoveFor = "Removes time zone for a given user."; - internal const string HelpPrivateConfirms - = "Sets whether to make confirmations for commands visible only to the user, except set-for and remove-for."; + internal const string HelpPrivateConfirms = "Sets whether to make set/update confirmations visible only to the user."; internal const string HelpBool = "True to enable, False to disable.";