1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/majordom_va/features/smalltalk.py

9 lines
220 B
Python
Raw Normal View History

2023-02-12 18:33:23 +01:00
from VICore import CommandsManager, Response
manager = CommandsManager('smalltalk')
@manager.new(['привет*',])
def hello(params):
voice = text = 'Привет'
return Response(text = text, voice = voice)