From ffe9e754798ffd7981e2b007639ac373042fb48e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 19 Jun 2022 15:25:04 +0300 Subject: [PATCH] Update logout command help Fixes #4 Closes #6 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index e1a9f36..8b336a4 100644 --- a/commands.go +++ b/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, }