Some extra fixes

This commit is contained in:
Snazzah 2021-06-24 23:50:46 -05:00
parent 2c156c6853
commit 8aa15b5bf4
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@ export default class SupportsCommand extends GeneralCommand {
await paginate(
ctx,
{
title: 'Supports',
items: supports.items.map((item) => `> ${item.name} \`${item.claim_id}\`\n> ${item.amount} LBC`),
itemSeparator: '\n\n'
},

View file

@ -39,6 +39,7 @@ export default class TSupportsCommand extends GeneralCommand {
await paginate(
ctx,
{
title: 'Supports',
items: supports.items.map((item) => `> ${item.name} \`${item.claim_id}\`\n> ${item.amount} LBC`),
itemSeparator: '\n\n'
},