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

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
def what_day_is_it():
return ""