fix zoznam

This commit is contained in:
2026-09-23 20:43:26 +02:00
parent 8c0d10f28e
commit 161c8c1e80

View File

@@ -699,7 +699,7 @@ export default {
if (role?.length) { if (role?.length) {
for (const rola of role) { for (const rola of role) {
textZoznam += `\n- ${rola.nazov} <@&${rola.id}>` textZoznam += `\n- ${rola.nazov ? `${rola.nazov} `: ``}<@&${rola.id}>`
} }
} else { } else {
textZoznam += `\nziadne role` textZoznam += `\nziadne role`