소스 검색

Update logout command help

Fixes #4
Closes #6
Tulir Asokan 3 년 전
부모
커밋
ffe9e75479
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 }