Fix helpmsgs #31

Merged
filipnyquist merged 2 commits from fix-helpmsgs into master 2018-07-13 13:13:12 +02:00
Showing only changes of commit e9c30f3586 - Show all commits

View file

@ -9,21 +9,21 @@ const lbry = new bitcoin.Client(lbrycrdConfig);
const helpmsg = { const helpmsg = {
embed: { embed: {
description: description:
'__**TIPS**__\n\n' + '__**TIPS**__\n\n' +
'**Balance**: `!tip balance`\n' + '**Balance**: `!tip balance`\n' +
'**Deposit Address**: `!tip deposit`\n' + '**Deposit Address**: `!tip deposit`\n' +
'**Withdraw**: `!tip withdraw <amount> <address>`\n' + '**Withdraw**: `!tip withdraw <amount> <address>`\n' +
'**Private Tip**: `!privatetip <user> <amount>`\n\n' + '**Private Tip**: `!privatetip <user> <amount>`\n\n' +
'__**ROLE TIPS**__ Use this to tip everyone in a role.\n\n' + '__**ROLE TIPS**__ Use this to tip everyone in a role.\n\n' +
'**Role Tip**: `!roletip <role> <amount>`\n' + '**Role Tip**: `!roletip <role> <amount>`\n' +
'**Private Role Tip**: `!privatetip <role> <amount>`\n\n' + '**Private Role Tip**: `!privatetip <role> <amount>`\n\n' +
'__**MULTI TIPS**__ Use this to tip multiple people at once\n\n' + '__**MULTI TIPS**__ Use this to tip multiple people at once\n\n' +
'**Multi Tip**: `!multitip <user> <user> <amount>`\n' + '**Multi Tip**: `!multitip <user> <user> <amount>`\n' +
'**Private Multi Tip** `!multitip private <user> <user> <amount>`\n' + '**Private Multi Tip** `!multitip private <user> <user> <amount>`\n' +
'**Note**: Multi tips can contain any amount of users to tip.\n\n' + '**Note**: Multi tips can contain any amount of users to tip.\n\n' +
'__**FURTHER INFORMATION**__\n\n' + '__**FURTHER INFORMATION**__\n\n' +
'**Help**: `!tip help` *Get this message.\n' + '**Help**: `!tip help` *Get this message.\n' +
'Read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details', 'Read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details',
color: 1109218, color: 1109218,
author: { name: '!tip' } author: { name: '!tip' }
} }