Skip to content

Commit 4502d2a

Browse files
committed
Change lists
1 parent d9d6c38 commit 4502d2a

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
@@ -69,7 +69,7 @@ export default class InventarCommand implements ApplicationCommand {
6969
return `${lootDataService.getEmote(context.guild, item)} ${item.displayName}${rarity} ${shortAttributeList}`.trim();
7070
});
7171

72-
const listItems = list.length > 0 ? list.map(l => `- ${l}`) : ["_leer_"];
72+
const listItems = list.length > 0 ? list : ["_leer_"];
7373

7474
return {
7575
components: [

0 commit comments

Comments
 (0)