This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
jarvis-server/intents/daily/date_and_time/intent.py

12 lines
217 B
Python
Raw Normal View History

2021-07-26 18:23:32 +02:00
import utils.intents_utils
def what_time_is_it():
response = utils.intents_utils.get_response("what_time_is_it")
response.replace("{time}", "18:41")
return response
2021-07-26 18:23:32 +02:00
def what_day_is_it():
return ""