Fix listall typo

Co-authored-by: Coolguy3289 <Coolguy3289@users.noreply.github.com>
This commit is contained in:
Snazzah 2021-06-10 19:41:11 -05:00
parent 7d104ca388
commit c51115f451
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E

View file

@ -32,7 +32,7 @@ module.exports = class ListAll extends Command {
items: pairs, itemTitle: 'Pairs', itemsPerPage: 3,
display: pair => `> <@${pair.discordID}> - \`${pair.lbryID}\`\n` +
`> ${pair.wallet_ok
? `${pair.wallet_available} available, ${pair.wallet_reserve}`
? `${pair.wallet_available} available, ${pair.wallet_reserve} staked.`
: 'Wallet Unavailable'}\n`
});
return paginator.start(message.channel.id, message.author.id);