Skip to content

Commit

Permalink
Add suggestion to add wb to channel before posting
Browse files Browse the repository at this point in the history
  • Loading branch information
arinehouse committed Apr 26, 2017
1 parent fbac655 commit 6834cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 6834cc3

Please sign in to comment.