Update listall stuff

This commit is contained in:
Snazzah 2021-06-10 19:42:33 -05:00
parent c51115f451
commit c7b0e60790
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E

View file

@ -29,7 +29,7 @@ module.exports = class ListAll extends Command {
}
const paginator = new GenericPager(this.client, message, {
items: pairs, itemTitle: 'Pairs', itemsPerPage: 3,
items: pairs, itemTitle: 'Users', itemsPerPage: 5,
display: pair => `> <@${pair.discordID}> - \`${pair.lbryID}\`\n` +
`> ${pair.wallet_ok
? `${pair.wallet_available} available, ${pair.wallet_reserve} staked.`