Skip to content

Instantly share code, notes, and snippets.

@Danetag
Created April 23, 2017 04:11
Show Gist options
  • Select an option

  • Save Danetag/38f2e71b4a92a05148080e6ca8b365b2 to your computer and use it in GitHub Desktop.

Select an option

Save Danetag/38f2e71b4a92a05148080e6ca8b365b2 to your computer and use it in GitHub Desktop.
module.exports = {
INPUT_WELCOME: 'input.welcome',
INPUT_UNKNOWN: 'input.unknown',
REQUEST_PLAYLIST: 'request_playlist',
ADD_MOOD: 'add_mood',
ADD_ARTIST: 'add_artist',
ADD_GENRE: 'add_genre',
PREVIEW: 'preview',
APPROVE_SONG: 'approve_song',
DISAPPROVE_SONG: 'disapprove_song',
SAVE_PLAYLIST: 'save_playlist',
NAME_PLAYLIST: 'name_playlist',
EXIT: 'exit',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment