Update logout command help

Fixes #4
Closes #6
This commit is contained in:
Tulir Asokan
2022-06-19 15:25:04 +03:00
parent c61d496dfe
commit ffe9e75479

View File

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