Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-20 23:46:10 -07:00
parent 67467eeef7
commit a7047f1ad6
+1 -1
View File
@@ -22,7 +22,7 @@ interface = meshtastic.serial_interface.SerialInterface() #serial interface
trap_list = ("ping","ack","testing","pong","motd","help","sun","solar","hfcond","lheard","whereami","tide","moon","wx","joke")
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, moon, wx"
help_message = "Commands are: ack, hfcond, joke, Lheard, moon, motd, ping, solar, sun, tide, whereami, wx"
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)