-
-
Save hitherejoe/79d1d21df44a0639937c3b103a721d7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (app.hasSurfaceCapability(app.SurfaceCapabilities.SCREEN_OUTPUT)) { | |
return app.ask(app.buildRichResponse() | |
.addSimpleResponse('The ' + input + ' chord can be played like this. ' + strings.general.whatNext) | |
.addBasicCard(app.buildBasicCard(buildString(chord)) | |
.setTitle('The ' + input + ' chord') | |
.setImage('https://github.com/hitherejoe/Fret/blob/master/functions/images/' + input + '.png?raw=true', 'The ' + input + ' chord'))); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment