From 7e0e3e8400b2c0d7ede0698912cf106a9deb44a1 Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Wed, 25 Oct 2017 21:44:38 +0200 Subject: [PATCH] Update tipbot.js --- bot/modules/tipbot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 086dabc..5617a6d 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -137,7 +137,7 @@ function sendLbc(message, tipper, id, amount) { else { var imessage = 'Wubba lubba dub dub! <@' + tipper + '> tipped <@' + id + '> ' + amount + ' LBC (' + txLink(txId) + '). ' + - 'DM me `!help` for tipbot instructions.' + 'DM me `!tip` for tipbot instructions.' message.reply(imessage); } }); @@ -186,4 +186,4 @@ function getValidatedAmount(amount) { function txLink(txId) { return ""; -} \ No newline at end of file +}