mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update pong-bot.py
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user