From c1aefa0b33aed46a28ec8a9f148f5654f7acaa73 Mon Sep 17 00:00:00 2001 From: Electron - Mark Firth Date: Fri, 13 Jul 2018 22:30:59 +1000 Subject: [PATCH] Slight Mix Up Fixed
Slight Mix Up Fixed From: `
` To: `
` --- 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 401449b..f55b7ac 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -12,7 +12,7 @@ const helpmsg = { '__**TIPS**__\n\n' + '**Balance**: `!tip balance`\n' + '**Deposit Address**: `!tip deposit`\n' + - '**Withdraw**: `!tip withdraw
`\n' + + '**Withdraw**: `!tip withdraw
`\n' + '**Private Tip**: `!privatetip `\n\n' + '__**ROLE TIPS**__ Use this to tip everyone in a role.\n\n' + '**Role Tip**: `!roletip `\n' + -- 2.45.3