From 8aa15b5bf4b8255dcf98a1fb66a1d21e781e60d8 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Thu, 24 Jun 2021 23:50:46 -0500 Subject: [PATCH] Some extra fixes --- src/commands/curator/supports.ts | 1 + src/commands/trusted/tsupports.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/curator/supports.ts b/src/commands/curator/supports.ts index 272905e..2d3c4da 100644 --- a/src/commands/curator/supports.ts +++ b/src/commands/curator/supports.ts @@ -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' }, diff --git a/src/commands/trusted/tsupports.ts b/src/commands/trusted/tsupports.ts index e03b4b5..d8adb35 100644 --- a/src/commands/trusted/tsupports.ts +++ b/src/commands/trusted/tsupports.ts @@ -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' },