Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const Alexa = require('ask-sdk-core');
const GREET_LST = [' tell me the name of person who is going to cut the cake',
' tell me the name whose birthday we are celebrating',
'tell me the name who is going to get the birthday bumps',
'Name the person who is going to be beaten up'
];
const WISH_LST = [' wish you a very happy many returns of the day',
Expand Down Expand Up @@ -129,4 +128,4 @@ exports.handler = Alexa.SkillBuilders.custom()
.addErrorHandlers(
ErrorHandler,
)
.lambda();
.lambda();