mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Implement speech partials
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
>-
|
||||
|
||||
{%- if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 -%}
|
||||
Good morning!
|
||||
{%- elif now().strftime('%H')|int >= 12 and now().strftime('%H')|int < 17 -%}
|
||||
Good afternoon!
|
||||
{%- else -%}
|
||||
Good evening!
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user