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 +}