diff --git a/jarvis.py b/jarvis.py index e09582c..b153e3f 100644 --- a/jarvis.py +++ b/jarvis.py @@ -539,7 +539,7 @@ async def listen_to_user(): # JARVIS OUTPUT # ==================================================== -async def speak_to_user(text): +def speak_to_user(text): print(f"\n{JARVIS_COLOR}🤖 J.A.R.V.I.S.{RESET}") print(f"{JARVIS_COLOR}{'-'*60}{RESET}") print(text)