diff --git a/app.rb b/app.rb index 541bc33..63bb3ef 100644 --- a/app.rb +++ b/app.rb @@ -9,6 +9,9 @@ class CustomHandler < AlexaSkillsRuby::Handler on_intent("GetDeveloperExcuse") do response.set_output_speech_text(get_excuse) end + on_launch do + response.set_output_speech_text(get_excuse) + end end get '/livecheck' do