From fe3cd7ae8826855b3f589570f6776bee8d8d3970 Mon Sep 17 00:00:00 2001 From: David Bures <12524436+PiDiBi@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:26:42 -0700 Subject: [PATCH] fix help message --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 5a46965..e568bea 100644 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -29,7 +29,7 @@ trap_list = trap_list + trap_list_conditions trap_list = trap_list + trap_list_bbs welcome_message = "MeshBot, here for you like a friend who is not. Try sending: ping @foo or, help" -help_message = "Commands are: ack, hfcond, joke, Lheard, moon, motd, ping, solar, sun, tide, whereami, wx, bbshelp" +help_message = "Commands are: " + ", ".join(trap_list, ', ') MOTD = "Thanks for using PongBOT! Have a good day!" # Message of the Day RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean)