fix zoznam

This commit is contained in:
2026-09-23 19:48:42 +02:00
parent a7168aeddb
commit 29144c8af4

View File

@@ -653,7 +653,7 @@ export default {
textZoznam += `\n- ${kolekcia}` textZoznam += `\n- ${kolekcia}`
} }
} else { } else {
textZoznam += `ziadne kolekcie` textZoznam += `\nziadne kolekcie`
} }
await interaction.createFollowup({ await interaction.createFollowup({
@@ -702,7 +702,7 @@ export default {
textZoznam += `\n- ${rola.nazov} <@&${rola.id}>` textZoznam += `\n- ${rola.nazov} <@&${rola.id}>`
} }
} else { } else {
textZoznam += `ziadne kolekcie` textZoznam += `\nziadne kolekcie`
} }
await interaction.createFollowup({ await interaction.createFollowup({