From 2de7db0d8fec6bf131ee8d76e41537553b9c6a08 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 18 Jul 2016 10:01:28 -0400 Subject: [PATCH] minor --- tipbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot.js b/tipbot.js index 14470d1..f1c3b1f 100644 --- a/tipbot.js +++ b/tipbot.js @@ -147,7 +147,7 @@ function doHelp(bot, channel) { '`' + command + ' USER AMOUNT`: send AMOUNT credits to USER\n' + '\n' + 'Send me a Direct Message if you want to interact privately.\n' + - 'If I\'m not responding in some channel, you can invite me by sending me an @message\n' + 'If I\'m not responding in some channel, you can invite me by @mentioning me\n' ); }