From e45ffc94bac766c7825cbc61b03eb5620e912750 Mon Sep 17 00:00:00 2001 From: Conatum Date: Mon, 27 Sep 2021 11:19:49 +0300 Subject: [PATCH] UI (help): Improve `help` hint. --- bot/modules/meta/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/meta/help.py b/bot/modules/meta/help.py index f7bd5508..400c5d27 100644 --- a/bot/modules/meta/help.py +++ b/bot/modules/meta/help.py @@ -35,7 +35,7 @@ admin_group_order = ( # TODO: Add config fields for this title = "LionBot Command List" header = """ -For more detailed information about each command use `{ctx.best_prefix}help `. +Use `{ctx.best_prefix}help ` (e.g. `{ctx.best_prefix}help send`) to see how to use each command. """