1
0
mirror of https://github.com/janvarev/Irene-Voice-Assistant.git synced 2025-11-23 22:45:08 +02:00

plugin_datetime - команды "дата, время"

This commit is contained in:
janvarev
2022-03-10 18:01:57 +03:00
parent 8f330f5010
commit b21710ea3f

View File

@@ -15,6 +15,7 @@ def start(core:VACore):
"commands": { # набор скиллов. Фразы скилла разделены | . Если найдены - вызывается функция
"дата": play_date,
"время": play_time,
}
}
return manifest