Explorar el Código

Update logout command help

Fixes #4
Closes #6
Tulir Asokan hace 3 años
padre
commit
ffe9e75479
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      commands.go

+ 1 - 1
commands.go

@@ -166,7 +166,7 @@ var cmdLogout = &commands.FullHandler{
 	Name: "logout",
 	Help: commands.HelpMeta{
 		Section:     commands.HelpSectionAuth,
-		Description: "Unlink the bridge from your WhatsApp account.",
+		Description: "Forget the stored Discord auth token.",
 	},
 	RequiresLogin: true,
 }