forslund opened this issue 5 years ago · 1 comments
When "play spotify" is received the skill starts without any feedback to the user.
I suggest the self.acknowledge() method is used to indicate that the command has been received.
self.acknowledge()
It can simply be added after the continue check here
Resolved by #109.