Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-16 10:31:05 -07:00
parent f1689c2f03
commit 76327e84b7
+1 -1
View File
@@ -18,7 +18,7 @@ interface = meshtastic.serial_interface.SerialInterface() #serial interface
trap_list = ("ping","ack","testing","pong","motd","help") #A list of strings to trap and respond to
welcome_message = "PongBot, here for you like a friend who is not. Try sending: ping @foo or, help"
help_message = "Commands are: ping, ack, motd, help. Use 'motd $' to set MOTD."
help_message = "Commands are: ping, ack, motd, help. Use 'motd $foo' to set MOTD."
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