@@ -9,6 +9,9 @@ class CustomHandler < AlexaSkillsRuby::Handler
on_intent("GetDeveloperExcuse")do
response.set_output_speech_text(get_excuse)
end
on_launchdo
response.set_output_speech_text(get_excuse)
end
end
get'/livecheck'do
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.