From 24ffa74629732f17f126f91f315f22e3e489a0f7 Mon Sep 17 00:00:00 2001 From: Clement <38915222+ceoger@users.noreply.github.com> Date: Fri, 3 May 2019 01:06:10 +0530 Subject: [PATCH] Update tipbot.js updated instruction for private tip as the current instruction was wrong --- bot/modules/tipbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index c029a9a..8e790b5 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -13,7 +13,7 @@ const helpmsg = { '**Balance**: `!tip balance`\n' + '**Deposit Address**: `!tip deposit`\n' + '**Withdraw**: `!tip withdraw
`\n' + - '**Private Tip**: `!privatetip `\n\n' + + '**Private Tip**: `!tip private `\n\n' + '__**ROLE TIPS**__ Use this to tip everyone in a role.\n\n' + '**Role Tip**: `!roletip `\n' + '**Private Role Tip**: `!privatetip `\n\n' +