Update buff command HelpText

More properly explain the command functionality
This commit is contained in:
stacey 2021-05-12 21:40:44 -04:00 committed by GitHub
parent 68c650f4fa
commit dacc20e9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -531,7 +531,7 @@ namespace TShockAPI
add(new Command(Permissions.buff, Buff, "buff")
{
AllowServer = false,
HelpText = "Gives yourself a buff for an amount of time."
HelpText = "Gives yourself a buff or debuff for an amount of time. Putting -1 for time will set it to 415 days."
});
add(new Command(Permissions.clear, Clear, "clear")
{