From 6834cc356aa3be92055aa9b3f597cc98c579665b Mon Sep 17 00:00:00 2001 From: arinehouse Date: Wed, 26 Apr 2017 16:46:52 -0400 Subject: [PATCH] Add suggestion to add wb to channel before posting --- app/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server.js b/app/server.js index f3033a2..bd16c4f 100644 --- a/app/server.js +++ b/app/server.js @@ -80,7 +80,7 @@ controller.hears(['help hours', 'office hours', 'ta hours', 'TA hours', 'homewor }); controller.hears(['help'], ['direct_message', 'direct_mention', 'mention'], (bot, message) => { - bot.reply(message, 'Message me with the word \'post\' and I\'ll post anonymously in a channel for you :zipper_mouth_face:\nUse the word \'message\', and I\'ll message someone anonymously :scream:\nYou can also ask whose TA hours/office hours are in the lab today, and when! :100:'); + bot.reply(message, 'Message me with the word \'post\' and I\'ll post anonymously in a channel for you :zipper_mouth_face:\nUse the word \'message\', and I\'ll message someone anonymously :scream:\nYou can also ask whose TA hours/office hours are in the lab today, and when! :100:\n(Side Note: If posting to some channel doesn\'t work, I probably just need to be invited to the channel first!)'); }); controller.hears(['post'], ['direct_message'], (bot, message) => {