maybe add login in the provisioning call

This commit is contained in:
Annie Elequin
2021-09-17 16:06:16 -04:00
parent 78a5114938
commit 4f99fc339f
3 changed files with 16 additions and 3 deletions

View File

@@ -390,7 +390,7 @@ func (handler *CommandHandler) CommandLogin(ce *CommandEvent) {
ce.User.Login(ce)
}
const cmdLogoutHelp = `logout - Logout from WhatsApp`
const cmdLogoutHelp = `logout - Logout from GroupMe`
// CommandLogout handles !logout command
func (handler *CommandHandler) CommandLogout(ce *CommandEvent) {