diff --git a/mesh-bot.py b/mesh-bot.py index 356947a..551fb85 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -20,7 +20,7 @@ interface = meshtastic.serial_interface.SerialInterface() #serial interface trap_list = ("ping","ack","testing","pong","motd","help","sun","solar","hfcond","lheard","whereami","tide","moon") #A list of strings to trap and respond to welcome_message = "MeshBot, here for you like a friend who is not. Try sending: ping @foo or, help" -help_message = "Commands are: ping, ack, motd, sun, solar, hfcond, Lheard, whereami, tide" +help_message = "Commands are: ping, ack, motd, sun, solar, hfcond, Lheard, whereami, tide, moon" RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean) MOTD = "Thanks for using PongBOT! Have a good day!" # Message of the Day