mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Correct supports
This commit is contained in:
parent
95abb1429d
commit
26aaac8009
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = class Supports extends Command {
|
|||
const paginator = new GenericPager(this.client, message, {
|
||||
items: supports,
|
||||
header: `All supports for <@${discordID || message.author.id}>${givenClaim ? ` on claim \`${givenClaim}\`` : ''}`, itemTitle: 'Supports',
|
||||
display: item => `[${item.name}](${item.permanent_url})#\`${item.claim_id}\` (${item.amount} LBC)`
|
||||
display: item => `*lbry://*[${item.name}]()#\`${item.claim_id}\` (${item.amount} LBC)`
|
||||
});
|
||||
return paginator.start(message.channel.id, message.author.id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue