From fe2a34f6983bd2d9251e240696886012730efb0b Mon Sep 17 00:00:00 2001 From: Joseph Schmitt Date: Sun, 27 Mar 2016 16:32:26 -0400 Subject: [PATCH] Fix reference to movie --- lib/handlers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/handlers.js b/lib/handlers.js index 369e12e..30dd38f 100644 --- a/lib/handlers.js +++ b/lib/handlers.js @@ -4,8 +4,8 @@ var _ = require('underscore'); var SickBeard = require('node-sickbeard'); var utils = require('./utils.js'); -var WELCOME_DESCRIPTION = 'This skill allows you to manage your SickBeard movie list.'; -var HELP_RESPONSE = ['You can ask SickBeard about the movies in your queue or add new movies', +var WELCOME_DESCRIPTION = 'This skill allows you to manage your SickBeard show list.'; +var HELP_RESPONSE = ['You can ask SickBeard about the shows in your queue or add new shows', 'to it. Try asking "is Silicon Valley on the list?". If it\'s not and you want to add it, try', 'saying "add Silicon Valley".'].join(' ');