We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d6c38 commit 4502d2aCopy full SHA for 4502d2a
src/commands/inventar.ts
@@ -69,7 +69,7 @@ export default class InventarCommand implements ApplicationCommand {
69
return `${lootDataService.getEmote(context.guild, item)} ${item.displayName}${rarity} ${shortAttributeList}`.trim();
70
});
71
72
- const listItems = list.length > 0 ? list.map(l => `- ${l}`) : ["_leer_"];
+ const listItems = list.length > 0 ? list : ["_leer_"];
73
74
return {
75
components: [
0 commit comments