From 4e709db0e443970f8a419669c0d1f6ddf9a6803a Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 31 Aug 2016 02:13:32 +0200 Subject: [PATCH] fixed channel not showing up --- bots/tipbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/tipbot.js b/bots/tipbot.js index ad3196f..a5ba899 100644 --- a/bots/tipbot.js +++ b/bots/tipbot.js @@ -150,7 +150,7 @@ function doTip(bot, channel, tipper, words) { function doHelp(bot, channel) { bot.postMessage(channel, - '*USE <#bot-sandbox> FOR EVERYTHING EXCEPT ACTUAL TIPPING*\n' + + '*USE <#C1TEEBS2Z|bot-sandbox> FOR EVERYTHING EXCEPT ACTUAL TIPPING*\n' + '`' + command + ' help`: this message\n' + '`' + command + ' balance`: get your balance\n' + '`' + command + ' deposit`: get address for deposits\n' +