mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Fix listall typo
Co-authored-by: Coolguy3289 <Coolguy3289@users.noreply.github.com>
This commit is contained in:
parent
7d104ca388
commit
c51115f451
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = class ListAll extends Command {
|
||||||
items: pairs, itemTitle: 'Pairs', itemsPerPage: 3,
|
items: pairs, itemTitle: 'Pairs', itemsPerPage: 3,
|
||||||
display: pair => `> <@${pair.discordID}> - \`${pair.lbryID}\`\n` +
|
display: pair => `> <@${pair.discordID}> - \`${pair.lbryID}\`\n` +
|
||||||
`> ${pair.wallet_ok
|
`> ${pair.wallet_ok
|
||||||
? `${pair.wallet_available} available, ${pair.wallet_reserve}`
|
? `${pair.wallet_available} available, ${pair.wallet_reserve} staked.`
|
||||||
: 'Wallet Unavailable'}\n`
|
: 'Wallet Unavailable'}\n`
|
||||||
});
|
});
|
||||||
return paginator.start(message.channel.id, message.author.id);
|
return paginator.start(message.channel.id, message.author.id);
|
||||||
|
|
Loading…
Add table
Reference in a new issue