Преглед на файлове

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