diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 65291d5..401449b 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -9,21 +9,21 @@ const lbry = new bitcoin.Client(lbrycrdConfig); const helpmsg = { embed: { description: - '__**TIPS**__\n\n' + - '**Balance**: `!tip balance`\n' + - '**Deposit Address**: `!tip deposit`\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' + - '**Private Role Tip**: `!privatetip `\n\n' + - '__**MULTI TIPS**__ Use this to tip multiple people at once\n\n' + - '**Multi Tip**: `!multitip `\n' + - '**Private Multi Tip** `!multitip private `\n' + - '**Note**: Multi tips can contain any amount of users to tip.\n\n' + - '__**FURTHER INFORMATION**__\n\n' + - '**Help**: `!tip help` *Get this message.\n' + - 'Read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details', + '__**TIPS**__\n\n' + + '**Balance**: `!tip balance`\n' + + '**Deposit Address**: `!tip deposit`\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' + + '**Private Role Tip**: `!privatetip `\n\n' + + '__**MULTI TIPS**__ Use this to tip multiple people at once\n\n' + + '**Multi Tip**: `!multitip `\n' + + '**Private Multi Tip** `!multitip private `\n' + + '**Note**: Multi tips can contain any amount of users to tip.\n\n' + + '__**FURTHER INFORMATION**__\n\n' + + '**Help**: `!tip help` *Get this message.\n' + + 'Read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details', color: 1109218, author: { name: '!tip' } }