Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-12 00:37:28 -07:00
parent 1420d83d6b
commit 8467321ddd

View File

@@ -21,7 +21,7 @@ def auto_response(message):
try:
message_list=message.split("@")
query_data=message_list[1]
print(f"System: parsed command {query_data}")
# print(f"System: parsed command {query_data}")
message_to_send="Pong, and copy " + query_data
except Exception:
message_to_send="Pong"