Merge pull request #39 from LavRadis/patch-1

Edited !tip help line
This commit is contained in:
filipnyquist 2017-10-26 19:53:21 +02:00 committed by GitHub
commit eaa99012fd

View file

@ -121,7 +121,7 @@ function doHelp(message) {
return;
}
message.reply('Sent you help via DM!');
message.author.send('**!tip**\n balance: get your balance\n deposit: get adress for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n <user> <amount>: send <amount> credits to <user>');
message.author.send('**!tip**\n !tip balance: get your balance\n !tip deposit: get adress for your deposits\n !tip withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n !tip <user> <amount>: send <amount> credits to <user>');
}