Skip to content

Commit

Permalink
Added callback to LaunchRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
warpaltarpers committed May 25, 2018
1 parent 909f61a commit 11c5efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabasko.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const handlers = {
// No intent launch
'LaunchRequest':function(){
var audioFile = '<audio src="https://s3.amazonaws.com/media.cloutclinic.fuego/tabasko+welcome.mp3" />';
this.emit(':ask', `${audioFile}`, "Go ahead and ask Dr. Sweet something, my guy.");
var rxGang = '<audio src="https://s3.amazonaws.com/media.cloutclinic.fuego/rx+gang.mp3" />';
this.emit(':ask', `${audioFile}`, `${rxGang}`);
},
'TabaskoResponse':function(){
var audioFile = Results.getResults();
Expand Down

0 comments on commit 11c5efe

Please sign in to comment.