jarvis.py aktualisiert
This commit is contained in:
@@ -539,7 +539,7 @@ async def listen_to_user():
|
|||||||
# JARVIS OUTPUT
|
# 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"\n{JARVIS_COLOR}🤖 J.A.R.V.I.S.{RESET}")
|
||||||
print(f"{JARVIS_COLOR}{'-'*60}{RESET}")
|
print(f"{JARVIS_COLOR}{'-'*60}{RESET}")
|
||||||
print(text)
|
print(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user