Skip to content

Commit 8b50bc6

Browse files
committed
Display empty
1 parent 20c4b9c commit 8b50bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/inventar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default class InventarCommand implements ApplicationCommand {
8484
section
8585
.setThumbnailAccessory(t => t.setURL("attachment://circle.png"))
8686
.addTextDisplayComponents(t => t.setContent(`### Inventar von ${user}`))
87-
.addTextDisplayComponents(t => t.setContent(list.join("\n")))
87+
.addTextDisplayComponents(t => t.setContent(listItems.join("\n")))
8888
.addTextDisplayComponents(t =>
8989
t.setContent(`-# Seite ${pageIndex + 1} von ${lastPageIndex + 1}`),
9090
),

0 commit comments

Comments
 (0)