mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
Update tipbot.js
This commit is contained in:
parent
6d3749f970
commit
1f5a7ace57
1 changed files with 2 additions and 1 deletions
|
@ -115,11 +115,12 @@ function doTip(message, tipper, words) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async function doHelp(message) {
|
function doHelp(message) {
|
||||||
if(!inPrivateOrBotSandbox(message)){
|
if(!inPrivateOrBotSandbox(message)){
|
||||||
message.reply('Please use <#369896313082478594> or DMs to talk to bots.');
|
message.reply('Please use <#369896313082478594> or DMs to talk to bots.');
|
||||||
return;
|
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 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>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue