mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-09 20:09:45 +00:00
fix typo
This commit is contained in:
parent
f65568c009
commit
9e5d676d99
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ exports.commands = [
|
||||||
]
|
]
|
||||||
exports.tip = {
|
exports.tip = {
|
||||||
usage: "<subcommand>",
|
usage: "<subcommand>",
|
||||||
description: 'balance: get your balance\n deposit: get adress for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n <user> <amount>: mention a user with @ and then the amount to tip them',
|
description: 'balance: get your balance\n deposit: get address for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n <user> <amount>: mention a user with @ and then the amount to tip them',
|
||||||
process: async function(bot,msg,suffix){
|
process: async function(bot,msg,suffix){
|
||||||
return; // Tipping is now handled by the separate tipbot(in branch tipbot_dc), no need to to anything here...
|
return; // Tipping is now handled by the separate tipbot(in branch tipbot_dc), no need to to anything here...
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue