浏览代码

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,
 }