enhancement(lint): Fix lint errors for src/commands/home.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-04-17 02:32:33 +00:00 committed by GitHub
parent c0f43142ad
commit 176784c6b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,13 @@ 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:`).slice(0,10).join("\n")}`,
text: `*RPG Ysws lb:*\n${db_entry2
.map(
(e) =>
`(${e.index}) - ${e.name} ${e.treasure} :treasure-box:`,
)
.slice(0, 10)
.join("\n")}`,
},
},
];