MycroftAI / mycroft-skills-kit

Mycroft Skills Kit
Apache License 2.0
28 stars 12 forks source link

remove deprecated intent_file_handler #54

Closed krisgesling closed 3 years ago

krisgesling commented 4 years ago

The intent_file_handler decorator has been deprecated for some time. intent_handler now provides the functionality of both handlers.

This replaces the use of the decorator for Skills created with MSK, reducing confusion for new Skill devs.