mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Update listall stuff
This commit is contained in:
parent
c51115f451
commit
c7b0e60790
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = class ListAll extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
const paginator = new GenericPager(this.client, message, {
|
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` +
|
display: pair => `> <@${pair.discordID}> - \`${pair.lbryID}\`\n` +
|
||||||
`> ${pair.wallet_ok
|
`> ${pair.wallet_ok
|
||||||
? `${pair.wallet_available} available, ${pair.wallet_reserve} staked.`
|
? `${pair.wallet_available} available, ${pair.wallet_reserve} staked.`
|
||||||
|
|
Loading…
Add table
Reference in a new issue