From affd92a2da9caa9eb9a08d64ae3c9de703d92aab Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Thu, 12 Jul 2018 11:30:45 +0200 Subject: [PATCH] Fixed missing commas from chris45s PR. --- bot/modules/tipbot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 136b159..98523f0 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -25,7 +25,7 @@ exports.tip = { ['balance', 'Get your balance.'], ['deposit', 'Get address for your deposits.'], ['withdraw ADDRESS AMOUNT', 'Withdraw AMOUNT credits to ADDRESS'], - ['[private] ', 'Mention a user with @ and then the amount to tip them, or put private before the user to tip them privately.'] + ['[private] ', 'Mention a user with @ and then the amount to tip them, or put private before the user to tip them privately.'], ['Read our [**Tipbot FAQ**](https://lbry.io/faq/tipbot-discord) on how use the LBRY Discord Tipbot'] ], helpmsg = { @@ -71,7 +71,7 @@ exports.multitip = { helpmsgparts = [ ['[help]', 'Get this message.'], ['+ ', 'Mention one or more users in a row, seperated by spaces, then an amount that each mentioned user will receive.'], - ['private + ', 'Put private before the user list to have each user tipped privately, without revealing other users tipped.'] + ['private + ', 'Put private before the user list to have each user tipped privately, without revealing other users tipped.'], ['Read our [**Tipbot FAQ**](https://lbry.io/faq/tipbot-discord) on how use the LBRY Discord Tipbot'] ], helpmsg = { @@ -109,7 +109,7 @@ exports.roletip = { helpmsgparts = [ ['[help]', 'Get this message'], [' ', 'Mention a single role, then an amount that each user in that role will receive.'], - ['private ', 'Put private before the role to have each user tipped privately, without revealing other users tipped.'] + ['private ', 'Put private before the role to have each user tipped privately, without revealing other users tipped.'], ['Read our [**Tipbot FAQ**](https://lbry.io/faq/tipbot-discord) on how use the LBRY Discord Tipbot'] ], helpmsg = { @@ -140,7 +140,7 @@ exports.tips = { ['!tip', 'Tip a given user with an amount of LBC or perform wallet specific operations.'], ['!multitip', 'Tip multiple users simultaneously for the same amount of LBC each.'], ['!roletip', 'Tip every user in a given role the same amount of LBC.'], - ['!tips', 'Lists all available tipbot commands with brief descriptions for each one.'] + ['!tips', 'Lists all available tipbot commands with brief descriptions for each one.'], ['Read our [**Tipbot FAQ**](https://lbry.io/faq/tipbot-discord) on how use the LBRY Discord Tipbot'] ], helpmsg = {