From 26bd0f2fd192ac1aebfc6e6c6405609fba33bfab Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Sat, 10 Jul 2021 11:17:34 -0400 Subject: [PATCH] Update help text --- botCommands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botCommands.go b/botCommands.go index 4d55aaf..53dfa83 100644 --- a/botCommands.go +++ b/botCommands.go @@ -9,7 +9,7 @@ func setupCommands() { Commands: []chat1.UserBotCommandInput{ { Name: "authenticate", - Description: "Authenticate with Tesla, please use exploding message.", + Description: "Authenticate with Tesla, please use exploding message for username/password OR a token.", Usage: "email@example.com Pa$$w0rd", }, },