fix: app home

This commit is contained in:
Saahil 2025-04-16 22:25:53 -04:00
parent 37fdf98a85
commit 4f703e78d4
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -118,7 +118,7 @@ export default class AppHome implements Command {
type: "section",
text: {
type: "mrkdwn",
text: `*RPG Ysws lb:*\n${db_entry2.map((e) => `(${e.index}) - ${e.name} ${e.treasure} :treasure-box:`).join("\n")}`,
text: `*RPG Ysws lb:*\n${db_entry2.map((e) => `(${e.index}) - ${e.name} ${e.treasure} :treasure-box:`).slice(0,10).join("\n")}`,
},
},
];